MobileNetv2-SSDLite
MobileNetv2-SSDLite copied to clipboard
rectangle or label doesn't match object totally .
I have successfully load caffe_weights , but accuracy is too low , i don't know why.
@HAN-Seul I‘m working on it and trying some of this:
- Replace the ReLU layers by ReLU6
- Use the same padding as tensorflow
- Change the post processing layers. Now I'm checking the output data layer by layer and the base MobileNetv2 (without SSD) has been finished.
@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.