`ultralytics 8.0.97` confusion matrix, windows, docs updates (#2511)
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: Dowon <ks2515@naver.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>single_channel
parent
6ee3a9a74b
commit
d1107ca4cb
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Learn how to use Ultralytics hub authentication in your projects with examples and guidelines from the Auth page on Ultralytics Docs.
|
||||
---
|
||||
|
||||
# Auth
|
||||
---
|
||||
:::ultralytics.hub.auth.Auth
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Accelerate your AI development with the Ultralytics HUB Training Session. High-performance training of object detection models.
|
||||
---
|
||||
|
||||
# HUBTrainingSession
|
||||
---
|
||||
:::ultralytics.hub.session.HUBTrainingSession
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: '"Track Google Marketing Campaigns in GMC with Ultralytics Tracker. Learn to set up and use GMC for detailed analytics. Get started now."'
|
||||
---
|
||||
|
||||
# GMC
|
||||
---
|
||||
:::ultralytics.tracker.utils.gmc.GMC
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Learn how to use auto_annotate in Ultralytics YOLO to generate annotations automatically for your dataset. Simplify object detection workflows.
|
||||
---
|
||||
|
||||
# auto_annotate
|
||||
---
|
||||
:::ultralytics.yolo.data.annotator.auto_annotate
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Learn about BaseDataset in Ultralytics YOLO, a flexible dataset class for object detection. Maximize your YOLO performance with custom datasets.
|
||||
---
|
||||
|
||||
# BaseDataset
|
||||
---
|
||||
:::ultralytics.yolo.data.base.BaseDataset
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Create a custom dataset of mixed and oriented rectangular objects with Ultralytics YOLO's MixAndRectDataset.
|
||||
---
|
||||
|
||||
# MixAndRectDataset
|
||||
---
|
||||
:::ultralytics.yolo.data.dataset_wrappers.MixAndRectDataset
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Discover the YOLO model of Ultralytics engine to simplify your object detection tasks with state-of-the-art models.
|
||||
---
|
||||
|
||||
# YOLO
|
||||
---
|
||||
:::ultralytics.yolo.engine.model.YOLO
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: '"The BasePredictor class in Ultralytics YOLO Engine predicts object detection in images and videos. Learn to implement YOLO with ease."'
|
||||
---
|
||||
|
||||
# BasePredictor
|
||||
---
|
||||
:::ultralytics.yolo.engine.predictor.BasePredictor
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Ensure YOLOv5 models meet constraints and standards with the BaseValidator class. Learn how to use it here.
|
||||
---
|
||||
|
||||
# BaseValidator
|
||||
---
|
||||
:::ultralytics.yolo.engine.validator.BaseValidator
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Improve your YOLO's performance and measure its speed. Benchmark utility for YOLOv5.
|
||||
---
|
||||
|
||||
# benchmark
|
||||
---
|
||||
:::ultralytics.yolo.utils.benchmarks.benchmark
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: '"Improve YOLO model performance with on_fit_epoch_end callback. Learn to integrate with Ray Tune for hyperparameter tuning. Ultralytics YOLO docs."'
|
||||
---
|
||||
|
||||
# on_fit_epoch_end
|
||||
---
|
||||
:::ultralytics.yolo.utils.callbacks.raytune.on_fit_epoch_end
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Learn about HUBModelError in Ultralytics YOLO Docs. Resolve the error and get the most out of your YOLO model.
|
||||
---
|
||||
|
||||
# HUBModelError
|
||||
---
|
||||
:::ultralytics.yolo.utils.errors.HUBModelError
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue