单目3D初始代码
This commit is contained in:
16
docs/en/reference/models/yolo/segment/predict.md
Executable file
16
docs/en/reference/models/yolo/segment/predict.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Understand the SegmentationPredictor class for segmentation-based predictions using YOLO. Learn more about its implementation and example usage.
|
||||
keywords: YOLO, SegmentationPredictor, machine learning, computer vision, object detection, Ultralytics, prediction, model, non-max suppression
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/segment/predict.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/predict.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/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.segment.predict.SegmentationPredictor
|
||||
|
||||
<br><br>
|
||||
16
docs/en/reference/models/yolo/segment/train.md
Executable file
16
docs/en/reference/models/yolo/segment/train.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Learn how to train YOLO models for segmentation tasks with Ultralytics. Explore the SegmentationTrainer class and its functionalities.
|
||||
keywords: YOLO, segmentation, train, Ultralytics, SegmentationTrainer, Python, machine learning, deep learning, tutorials
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/segment/train.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/train.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/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.segment.train.SegmentationTrainer
|
||||
|
||||
<br><br>
|
||||
16
docs/en/reference/models/yolo/segment/val.md
Executable file
16
docs/en/reference/models/yolo/segment/val.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: Explore the YOLO Segmentation Validator module for validating segment models. Understand its usage, metrics, and implementation within the Ultralytics framework.
|
||||
keywords: YOLO, segmentation, validator, Ultralytics, model validation, machine learning, deep learning, AI, computer vision
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/yolo/segment/val.py`
|
||||
|
||||
!!! success "Improvements"
|
||||
|
||||
This page is sourced from [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/val.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/segment/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.segment.val.SegmentationValidator
|
||||
|
||||
<br><br>
|
||||
Reference in New Issue
Block a user