You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
866 B
39 lines
866 B
--- |
|
description: Explore the Ultralytics YOLO v3 data build procedures, including the InfiniteDataLoader, seed_worker, build_dataloader, and load_inference_source. |
|
keywords: Ultralytics, YOLO v3, Data build, DataLoader, InfiniteDataLoader, seed_worker, build_dataloader, load_inference_source |
|
--- |
|
|
|
## InfiniteDataLoader |
|
--- |
|
### ::: ultralytics.data.build.InfiniteDataLoader |
|
<br><br> |
|
|
|
## _RepeatSampler |
|
--- |
|
### ::: ultralytics.data.build._RepeatSampler |
|
<br><br> |
|
|
|
## seed_worker |
|
--- |
|
### ::: ultralytics.data.build.seed_worker |
|
<br><br> |
|
|
|
## build_yolo_dataset |
|
--- |
|
### ::: ultralytics.data.build.build_yolo_dataset |
|
<br><br> |
|
|
|
## build_dataloader |
|
--- |
|
### ::: ultralytics.data.build.build_dataloader |
|
<br><br> |
|
|
|
## check_source |
|
--- |
|
### ::: ultralytics.data.build.check_source |
|
<br><br> |
|
|
|
## load_inference_source |
|
--- |
|
### ::: ultralytics.data.build.load_inference_source |
|
<br><br> |