cocodataset / cocoapi

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

is the implementation parallel? #532

Open treasureqqm opened 3 years ago

treasureqqm commented 3 years ago

These days I found my coco evaluation time for object detection task differs a lot, ranging from 4 minutes to 40 minutes or so. And I also found when coco is doing evaluation, there are many threads appeared (see below picture, the screeshot of "top" command). So i wonder if the coco evaluation is implemented parallel. If I have any misunderstanding, please let me know. Thanks all. image

developer0hye commented 3 years ago

@treasureqqm Did you solve the problem?

treasureqqm commented 3 years ago

@treasureqqm Did you solve the problem?

No, it's the problem of my machine. If i use another machine, all computation is normal. But i also think that the underlying library which cocoapi is built on (such as numpy) is implemented parallel.

developer0hye commented 3 years ago

@treasureqqm Thanks for your reply!