退购1.1定位算法

This commit is contained in:
jiajie555
2023-08-10 12:25:23 +08:00
commit 11e12f1899
371 changed files with 46027 additions and 0 deletions

View File

@ -0,0 +1,33 @@
---
description: Learn how to export your YOLO model in various formats using Ultralytics' exporter package - iOS, GDC, and more.
---
# Exporter
---
:::ultralytics.yolo.engine.exporter.Exporter
<br><br>
# iOSDetectModel
---
:::ultralytics.yolo.engine.exporter.iOSDetectModel
<br><br>
# export_formats
---
:::ultralytics.yolo.engine.exporter.export_formats
<br><br>
# gd_outputs
---
:::ultralytics.yolo.engine.exporter.gd_outputs
<br><br>
# try_export
---
:::ultralytics.yolo.engine.exporter.try_export
<br><br>
# export
---
:::ultralytics.yolo.engine.exporter.export
<br><br>

View File

@ -0,0 +1,8 @@
---
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
<br><br>

View File

@ -0,0 +1,8 @@
---
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
<br><br>

View File

@ -0,0 +1,23 @@
---
description: Learn about BaseTensor & Boxes in Ultralytics YOLO Engine. Check out Ultralytics Docs for quality tutorials and resources on object detection.
---
# BaseTensor
---
:::ultralytics.yolo.engine.results.BaseTensor
<br><br>
# Results
---
:::ultralytics.yolo.engine.results.Results
<br><br>
# Boxes
---
:::ultralytics.yolo.engine.results.Boxes
<br><br>
# Masks
---
:::ultralytics.yolo.engine.results.Masks
<br><br>

View File

@ -0,0 +1,13 @@
---
description: Train faster with mixed precision. Learn how to use BaseTrainer with Advanced Mixed Precision to optimize YOLOv3 and YOLOv4 models.
---
# BaseTrainer
---
:::ultralytics.yolo.engine.trainer.BaseTrainer
<br><br>
# check_amp
---
:::ultralytics.yolo.engine.trainer.check_amp
<br><br>

View File

@ -0,0 +1,8 @@
---
description: Ensure YOLOv5 models meet constraints and standards with the BaseValidator class. Learn how to use it here.
---
# BaseValidator
---
:::ultralytics.yolo.engine.validator.BaseValidator
<br><br>