MobileNet-SSD
MobileNet-SSD copied to clipboard
Error when i use merge.py
F1019 14:43:45.952543 18789 net.cpp:767] Check failed: target_blobs.size() == source_layer.blobs_size() (2 vs. 1) Incompatible number of blobs for layer conv0 *** Check failure stack trace: *** Aborted (core dumped)
I have solved it. just modify deploy.prototxt by adding bn layers. you can refer to train.prototxt or test.prototxt.
I have solved it. just modify deploy.prototxt by adding bn layers. you can refer to train.prototxt or test.prototxt.
I am unable to understand your solution @pluie . Please Explain it more elaborately or provide me the changed deploy.prototxt file, so i can look into it and understand. Thank You in Advance :)