chuanqi305 / MobileNetv2-SSDLite

Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
MIT License
448 stars 231 forks source link

MobileNetV2-SSD output error #47

Open nistarlwc opened 5 years ago

nistarlwc commented 5 years ago

Hi @chuanqi305 , download tensorflow model ssd_mobilenet_v2_coco, and use gen_model.py, dump_tensorflow_weights.py, load_caffe_weights.py to generate caffe model.
But run demo_caffe.py, its result is error.
Then try to run ssd/demo_tensorflow.py, the result is error too.

How to solve it?