17 lines
924 B
Markdown
17 lines
924 B
Markdown
![]() |
---
|
||
|
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`
|
||
|
|
||
|
!!! Note
|
||
|
|
||
|
This file is available at [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). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/models/yolo/segment/val.py) 🛠️. Thank you 🙏!
|
||
|
|
||
|
<br><br>
|
||
|
|
||
|
## ::: ultralytics.models.yolo.segment.val.SegmentationValidator
|
||
|
|
||
|
<br><br>
|