单目3D初始代码
This commit is contained in:
16
docs/en/reference/models/yolo/detect/predict.md
Executable file
16
docs/en/reference/models/yolo/detect/predict.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Explore the Ultralytics YOLO Detection Predictor. Learn how to implement and use the DetectionPredictor class for object detection in Python.
|
||||
keywords: YOLO, Ultralytics, DetectionPredictor, object detection, Python, machine learning, AI, non_max_suppression
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/detect/predict.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/predict.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/predict.py). Have an improvement or example to add? Open a [Pull Request](https://docs.ultralytics.com/help/contributing/) — thank you! 🙏
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.models.yolo.detect.predict.DetectionPredictor
|
||||
|
||||
<br><br>
|
||||
16
docs/en/reference/models/yolo/detect/train.md
Executable file
16
docs/en/reference/models/yolo/detect/train.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Learn about the DetectionTrainer class for training YOLO models on custom datasets. Discover methods, examples, and more.
|
||||
keywords: Ultralytics, YOLO, DetectionTrainer, training, object detection, machine learning, build dataset, dataloader, detection model
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/detect/train.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/train.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/train.py). Have an improvement or example to add? Open a [Pull Request](https://docs.ultralytics.com/help/contributing/) — thank you! 🙏
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.models.yolo.detect.train.DetectionTrainer
|
||||
|
||||
<br><br>
|
||||
16
docs/en/reference/models/yolo/detect/val.md
Executable file
16
docs/en/reference/models/yolo/detect/val.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Explore the DetectionValidator class for YOLO models in Ultralytics. Learn validation techniques, metrics, and dataset handling for object detection.
|
||||
keywords: YOLO validation, detection validation, YOLO metrics, Ultralytics, object detection, machine learning, AI
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/detect/val.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/val.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/detect/val.py). Have an improvement or example to add? Open a [Pull Request](https://docs.ultralytics.com/help/contributing/) — thank you! 🙏
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.models.yolo.detect.val.DetectionValidator
|
||||
|
||||
<br><br>
|
||||
Reference in New Issue
Block a user