Add Chinese Modes and Tasks Docs (#6274)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
795b95bdcb
commit
e3a538bbde
293 changed files with 3681 additions and 736 deletions
38
docs/en/reference/data/build.md
Normal file
38
docs/en/reference/data/build.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
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
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/build.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/build.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/build.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/build.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.InfiniteDataLoader
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build._RepeatSampler
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.seed_worker
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.build_yolo_dataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.build_dataloader
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.check_source
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.build.load_inference_source
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue