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

How to get MobileNetSSD_deploy.caffemodel

Open DebojitBiswas opened this issue 7 years ago • 5 comments

Hi All, We are using merge_bn.py to merge mobilenet_iter_73000.caffemodel and MobileNetSSD_deploy.caffemodel. I believe we are generatingmobilenet_iter_73000.caffemodel file running thetrain.sh. Could any body explain how are we getting the MobileNetSSD_deploy.caffemodel file. Thanks, Debojit

DebojitBiswas avatar Oct 23 '17 14:10 DebojitBiswas

If you do ls -l you can see the date when the file was created, so after using merge_bn.py, your MobileNetSSD_deploy.caffemodel should have the date and time when the script ended.

At least, that is the caffemodel I took and it has the classes I trained.

If what you wanted was a specific and detailed description about the process, I'm not your guy xD

Patataman avatar Jan 04 '18 10:01 Patataman

@Patataman where did you get the model?

maearnie avatar May 02 '18 03:05 maearnie

Thanks All, I figure out the problem. We need an SSD.Caffemodel from which we are generating Mobilenet.Caffemodel, using train.sh. Finally, we need to merge both SSD.Caffemodel and MobileNet.Caffemodel using merge_bn.py program.

DebojitBiswas avatar May 02 '18 11:05 DebojitBiswas

hi all. how to create or edit file like this" MobileNetSSD_deploy.caffemodel"

mhsedaghat avatar Sep 22 '19 13:09 mhsedaghat

i found myself. Thanks All.

mhsedaghat avatar Sep 22 '19 13:09 mhsedaghat