chuanqi305 / MobileNetv2-SSDLite

Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mAP for ssd and ssdlite caffe models without any finetuning?

fcakir opened this issue · comments

Does the repo owner or any others have accuracy values for the ssd and ssdlite caffe models with the tensorflow weights?
The mAP I get with ssd mobilenetv2 is 0.023, which is significantly lower than the official result. This is even when using relu6.
Has anyone successfully reproduced the official mAP values?