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.
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?