MobileNetv2-SSDLite icon indicating copy to clipboard operation
MobileNetv2-SSDLite copied to clipboard

rectangle or label doesn't match object totally .

Open xianxiaoyu404 opened this issue 6 years ago • 2 comments

I have successfully load caffe_weights , but accuracy is too low , i don't know why.

xianxiaoyu404 avatar Apr 26 '18 09:04 xianxiaoyu404

@HAN-Seul I‘m working on it and trying some of this:

  1. Replace the ReLU layers by ReLU6
  2. Use the same padding as tensorflow
  3. Change the post processing layers. Now I'm checking the output data layer by layer and the base MobileNetv2 (without SSD) has been finished.

chuanqi305 avatar Apr 29 '18 02:04 chuanqi305

@HAN-Seul Now all the weights checked, but maybe we need to finetune the model to recover the precision because the changes of ReLU6 and padding.

chuanqi305 avatar May 01 '18 04:05 chuanqi305