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
14
docs/en/reference/data/annotator.md
Normal file
14
docs/en/reference/data/annotator.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
description: Enhance your machine learning model with Ultralytics’ auto_annotate function. Simplify data annotation for improved model training.
|
||||
keywords: Ultralytics, Auto-Annotate, Machine Learning, AI, Annotation, Data Processing, Model Training
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/annotator.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/annotator.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/annotator.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/annotator.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.annotator.auto_annotate
|
||||
<br><br>
|
||||
86
docs/en/reference/data/augment.md
Normal file
86
docs/en/reference/data/augment.md
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
---
|
||||
description: Detailed exploration into Ultralytics data augmentation methods including BaseTransform, MixUp, LetterBox, ToTensor, and more for enhancing model performance.
|
||||
keywords: Ultralytics, Data Augmentation, BaseTransform, MixUp, RandomHSV, LetterBox, Albumentations, classify_transforms, classify_albumentations
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/augment.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/augment.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/augment.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/augment.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.BaseTransform
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.Compose
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.BaseMixTransform
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.Mosaic
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.MixUp
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.RandomPerspective
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.RandomHSV
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.RandomFlip
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.LetterBox
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.CopyPaste
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.Albumentations
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.Format
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.ClassifyLetterBox
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.CenterCrop
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.ToTensor
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.v8_transforms
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.classify_transforms
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.hsv2colorjitter
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.augment.classify_albumentations
|
||||
<br><br>
|
||||
14
docs/en/reference/data/base.md
Normal file
14
docs/en/reference/data/base.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
description: Explore BaseDataset in Ultralytics docs. Learn how this implementation simplifies dataset creation and manipulation.
|
||||
keywords: Ultralytics, docs, BaseDataset, data manipulation, dataset creation
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/base.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/base.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/base.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/base.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.base.BaseDataset
|
||||
<br><br>
|
||||
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>
|
||||
34
docs/en/reference/data/converter.md
Normal file
34
docs/en/reference/data/converter.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
description: Explore Ultralytics data converter functions like coco91_to_coco80_class, merge_multi_segment, rle2polygon for efficient data handling.
|
||||
keywords: Ultralytics, Data Converter, coco91_to_coco80_class, merge_multi_segment, rle2polygon
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/converter.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/converter.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/converter.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/converter.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.coco91_to_coco80_class
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.coco80_to_coco91_class
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.convert_coco
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.convert_dota_to_yolo_obb
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.min_index
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.converter.merge_multi_segment
|
||||
<br><br>
|
||||
30
docs/en/reference/data/dataset.md
Normal file
30
docs/en/reference/data/dataset.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
description: Explore the YOLODataset and SemanticDataset classes in YOLO data. Learn how to efficiently handle and manipulate your data with Ultralytics.
|
||||
keywords: Ultralytics, YOLO, YOLODataset, SemanticDataset, data handling, data manipulation
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/dataset.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/dataset.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/dataset.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/dataset.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.dataset.YOLODataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.dataset.ClassificationDataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.dataset.SemanticDataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.dataset.load_dataset_cache_file
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.dataset.save_dataset_cache_file
|
||||
<br><br>
|
||||
42
docs/en/reference/data/loaders.md
Normal file
42
docs/en/reference/data/loaders.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
description: Find detailed guides on Ultralytics YOLO data loaders, including LoadStreams, LoadImages and LoadTensor. Learn how to get the best YouTube URLs.
|
||||
keywords: Ultralytics, data loaders, LoadStreams, LoadImages, LoadTensor, YOLO, YouTube URLs
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/loaders.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/loaders.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/loaders.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/loaders.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.SourceTypes
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.LoadStreams
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.LoadScreenshots
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.LoadImages
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.LoadPilAndNumpy
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.LoadTensor
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.autocast_list
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.loaders.get_best_youtube_url
|
||||
<br><br>
|
||||
66
docs/en/reference/data/utils.md
Normal file
66
docs/en/reference/data/utils.md
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
---
|
||||
description: Uncover a detailed guide to Ultralytics data utilities. Learn functions from img2label_paths to autosplit, all boosting your YOLO model’s efficiency.
|
||||
keywords: Ultralytics, data utils, YOLO, img2label_paths, exif_size, polygon2mask, polygons2masks_overlap, check_cls_dataset, delete_dsstore, autosplit
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/utils.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/utils.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/utils.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/utils.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.HUBDatasetStats
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.img2label_paths
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.get_hash
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.exif_size
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.verify_image
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.verify_image_label
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.polygon2mask
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.polygons2masks
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.polygons2masks_overlap
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.find_dataset_yaml
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.check_det_dataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.check_cls_dataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.compress_one_image
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.data.utils.autosplit
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue