退购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,13 @@
---
description: Detect and predict objects in images and videos using the Ultralytics YOLO v8 model with DetectionPredictor.
---
# DetectionPredictor
---
:::ultralytics.yolo.v8.detect.predict.DetectionPredictor
<br><br>
# predict
---
:::ultralytics.yolo.v8.detect.predict.predict
<br><br>

View File

@ -0,0 +1,18 @@
---
description: Train and optimize custom object detection models with Ultralytics DetectionTrainer and train functions. Get started with YOLO v8 today.
---
# DetectionTrainer
---
:::ultralytics.yolo.v8.detect.train.DetectionTrainer
<br><br>
# Loss
---
:::ultralytics.yolo.v8.detect.train.Loss
<br><br>
# train
---
:::ultralytics.yolo.v8.detect.train.train
<br><br>

View File

@ -0,0 +1,13 @@
---
description: Validate YOLOv5 detections using this PyTorch module. Ensure model accuracy with NMS IOU threshold tuning and label mapping.
---
# DetectionValidator
---
:::ultralytics.yolo.v8.detect.val.DetectionValidator
<br><br>
# val
---
:::ultralytics.yolo.v8.detect.val.val
<br><br>