MobileNet-SSD icon indicating copy to clipboard operation
MobileNet-SSD copied to clipboard

Error when i use merge.py

Open pluie opened this issue 6 years ago • 2 comments

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)

pluie avatar Oct 19 '18 06:10 pluie

I have solved it. just modify deploy.prototxt by adding bn layers. you can refer to train.prototxt or test.prototxt.

pluie avatar Oct 19 '18 07:10 pluie

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 :)

kowshikkm avatar Mar 01 '19 13:03 kowshikkm