Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

results are different in two ways #507

Open
muzili-pengyang opened this issue Jan 10, 2025 · 0 comments
Open

results are different in two ways #507

muzili-pengyang opened this issue Jan 10, 2025 · 0 comments

Comments

@muzili-pengyang
Copy link

terminal command : yolo val model=yolov10n.yaml data=coco.yaml batch=256
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.290
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.418
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.307
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.085
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.297
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.529

script command : model=YOLO('yolov10i.yaml')
model.val(data='coco.yaml',batch=256)

Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.385
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.538
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.417
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.189
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] =0.424
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.547

Different results for accuracy metrics : mAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant