albanie / mcnSSD

A matconvnet implementation of the Single Shot Detector
MIT License
36 stars 23 forks source link

Is ssd_add_map implemented? #25

Closed zacr0 closed 6 years ago

zacr0 commented 6 years ago

Hello, both in ssd_init.m and ssd_mini_init.m we can generate mAP during training by enabling opts.track_map, which will call the function ssd_add_map. However, while testing this option seems that this function is undefined and reports an error.

Is this function implemented? Am I missing any dependencies?

Thank you very much!