MobileNet-SSD
MobileNet-SSD copied to clipboard
How to get MobileNetSSD_deploy.caffemodel
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
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 where did you get the model?
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.
hi all. how to create or edit file like this" MobileNetSSD_deploy.caffemodel"
i found myself. Thanks All.