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?
Hello, both in
ssd_init.m
andssd_mini_init.m
we can generate mAP during training by enablingopts.track_map
, which will call the functionssd_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!