ultralytics 8.0.105
classification hyp fix and new onplot
callbacks (#2684)
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ivan Shcheklein <shcheklein@gmail.com>
This commit is contained in:
@ -5,4 +5,4 @@ description: Learn how to use auto_annotate in Ultralytics YOLO to generate anno
|
||||
# auto_annotate
|
||||
---
|
||||
:::ultralytics.yolo.data.annotator.auto_annotate
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -90,4 +90,4 @@ description: Use Ultralytics YOLO Data Augmentation transforms with Base, MixUp,
|
||||
# classify_albumentations
|
||||
---
|
||||
:::ultralytics.yolo.data.augment.classify_albumentations
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -5,4 +5,4 @@ description: Learn about BaseDataset in Ultralytics YOLO, a flexible dataset cla
|
||||
# BaseDataset
|
||||
---
|
||||
:::ultralytics.yolo.data.base.BaseDataset
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -35,4 +35,4 @@ description: Maximize YOLO performance with Ultralytics' InfiniteDataLoader, see
|
||||
# load_inference_source
|
||||
---
|
||||
:::ultralytics.yolo.data.build.load_inference_source
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -30,4 +30,4 @@ description: Convert COCO-91 to COCO-80 class, RLE to polygon, and merge multi-s
|
||||
# delete_dsstore
|
||||
---
|
||||
:::ultralytics.yolo.data.converter.delete_dsstore
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -35,4 +35,4 @@ description: 'Ultralytics YOLO Docs: Learn about stream loaders for image and te
|
||||
# autocast_list
|
||||
---
|
||||
:::ultralytics.yolo.data.dataloaders.stream_loaders.autocast_list
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -85,4 +85,4 @@ description: Enhance image data with Albumentations CenterCrop, normalize, augme
|
||||
# classify_transforms
|
||||
---
|
||||
:::ultralytics.yolo.data.dataloaders.v5augmentations.classify_transforms
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -90,4 +90,4 @@ description: Efficiently load images and labels to models using Ultralytics YOLO
|
||||
# create_classification_dataloader
|
||||
---
|
||||
:::ultralytics.yolo.data.dataloaders.v5loader.create_classification_dataloader
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -15,4 +15,4 @@ description: Create custom YOLOv5 datasets with Ultralytics YOLODataset and Sema
|
||||
# SemanticDataset
|
||||
---
|
||||
:::ultralytics.yolo.data.dataset.SemanticDataset
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -5,4 +5,4 @@ description: Create a custom dataset of mixed and oriented rectangular objects w
|
||||
# MixAndRectDataset
|
||||
---
|
||||
:::ultralytics.yolo.data.dataset_wrappers.MixAndRectDataset
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
@ -65,4 +65,4 @@ description: Efficiently handle data in YOLO with Ultralytics. Utilize HUBDatase
|
||||
# zip_directory
|
||||
---
|
||||
:::ultralytics.yolo.data.utils.zip_directory
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
Reference in New Issue
Block a user