You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's great to see COCO and LVIS API merged into one repo.
However, the original python api still suffers from slow evaluation speed (~ minutes). AFAIK, NVIDIA has brought a C++ extension (https://github.com/NVIDIA/cocoapi/blob/nvidia/master/PythonAPI/pycocotools/ext.cpp) , which can print the mAP & mAR table in less than one second, nearly in a flash. Would you consider introducing the extension into this repo?
The text was updated successfully, but these errors were encountered:
Hello mmlab,
It's great to see COCO and LVIS API merged into one repo.
However, the original python api still suffers from slow evaluation speed (~ minutes). AFAIK, NVIDIA has brought a C++ extension (https://github.com/NVIDIA/cocoapi/blob/nvidia/master/PythonAPI/pycocotools/ext.cpp) , which can print the mAP & mAR table in less than one second, nearly in a flash. Would you consider introducing the extension into this repo?
The text was updated successfully, but these errors were encountered: