eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
865 stars 442 forks source link

How to calculate the mAP of darknet-yolov3? #26

Closed deeppower closed 5 years ago

deeppower commented 5 years ago

Hello!Thanks for your work.Could you please tell me the way to calculate the mAP of darknet-yolov3?

eric612 commented 5 years ago

Here was a template , you can use yolov3 instead of yolov3-spp solover test train

And then use caffe training command to start ./build/tools/caffe train [path to solver] [path to weights]

deeppower commented 5 years ago

Effective, thanks a lot.