OBB: update metrics (#7593)
This commit is contained in:
parent
cf50bd9b18
commit
b093dce415
6 changed files with 11 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ class OBBValidator(DetectionValidator):
|
|||
```python
|
||||
from ultralytics.models.yolo.obb import OBBValidator
|
||||
|
||||
args = dict(model='yolov8n-obb.pt', data='coco8-seg.yaml')
|
||||
args = dict(model='yolov8n-obb.pt', data='dota8.yaml')
|
||||
validator = OBBValidator(args=args)
|
||||
validator(model=args['model'])
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue