cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.07k stars 3.75k forks source link

Classification of objects as small, medium and large. #297

Open Akhil-Raj opened 5 years ago

Akhil-Raj commented 5 years ago

MS COCO classifies objects as small, medium and large on the basis of their area. About 41% of objects are small, 34% are medium and 24% are large.

I want to know how does this '41%, 34% and 24%' division percentages came from? Is their any statistical reasoning for that?

tachikoma777 commented 5 years ago

https://github.com/cocodataset/cocoapi/issues/325 Anyone knows how to change cocoapi to set threshold for small/medium/large AP evaluation?

mfang2020 commented 3 years ago

https://cocodataset.org/#detection-eval from the metrics section, I think it's just classifying the targets' area by [32^2, 96^2]