tyomj / product_detection

Working with scale: 2nd place solution to Product Detection in Densely Packed Scenes
Apache License 2.0
48 stars 9 forks source link

evaluating with COCOeval very slow #6

Closed XiaoyuWant closed 1 year ago

XiaoyuWant commented 2 years ago

Hello, I finished training and generated the result JSON file. But when evaluating with COCOeval on JSON file and test JSON, the calculation is prolonged, maybe one hour. I want to ask whether you have occurred this problem.

tyomj commented 1 year ago

Hi, COCOeval from pycocotools might be really slow due to mAP50:95 calculation, which is why in some repositories an alternative calculation method is used. but as far as I remember, it took me less than an hour for the test part of the SKU110k dataset.