MobileNetv2-SSDLite
MobileNetv2-SSDLite copied to clipboard
the loss of test.prototxt?
Hello! i'm quite interested in your project, and i'd plan to train the model with VOC datasets.
But i wonder where is the test.prototxt? Is it loss? Or may i rewrite the prototxt like the train.prototxt? Now i wrote a test.prototxt and started to train model with it. But the output shows it maintains highly loss and hard to fall.
Also i test the deploy.caffemodel with demo_caffe_voc.py. But I got strange result(the boxs have shifted). What's wrong with it?
Many Thanks!
@Mrils The test.prototxt is ready and the bug of demo_caffe_voc.py has been fixed, thank you for your attention.
@chuanqi305 Thanks for your works. I'm training with your new prototxt. And did you have train the voc.caffemodel model? How about the results?
Hi @Mrils @chuanqi305 Did you manage to train the model using the provided scripts ?