nightsnack / YOLObile

This is the implementation of YOLObile: Real-Time Object Detection on Mobile Devices via Compression-Compilation Co-Design
GNU General Public License v3.0
361 stars 96 forks source link

problem when compute COCO mAP #10

Open job2003 opened 3 years ago

job2003 commented 3 years ago
      hair drier     5e+03        11         0         0    0.0385         0
      toothbrush     5e+03        57     0.335     0.386     0.337     0.359

Speed: 43.3/3.9/47.2 ms inference/NMS/total per 320x320 image at batch-size 64

COCO mAP with pycocotools... WARNING: pycocotools must be installed with numpy==1.17 to run correctly. See https://github.com/cocodataset/cocoapi/issues/356

i have install numpyt 1.19, should I degrade numpy to 1.17?

nightsnack commented 3 years ago

Yes. Try it pelase.