退购1.1定位算法
This commit is contained in:
13
docs/reference/yolo/v8/detect/predict.md
Normal file
13
docs/reference/yolo/v8/detect/predict.md
Normal 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>
|
18
docs/reference/yolo/v8/detect/train.md
Normal file
18
docs/reference/yolo/v8/detect/train.md
Normal 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>
|
13
docs/reference/yolo/v8/detect/val.md
Normal file
13
docs/reference/yolo/v8/detect/val.md
Normal 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>
|
Reference in New Issue
Block a user