duangenquan / YoloV2NCS

This project shows how to run tiny yolo v2 with movidius stick.
148 stars 63 forks source link

Getting Error when running convertyo.sh #26

Open qingshutie opened 6 years ago

qingshutie commented 6 years ago

./yolomodels/tiny-yolo-voc.cfg ./yolomodels/tiny-yolo-voc.weights convert yolo to caffe ERROR:root:region layer is not supported Traceback (most recent call last): File "../python/create_yolo_caffemodel.py", line 8, in import caffe File "/opt/movidius/caffe/python/caffe/init.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver File "/opt/movidius/caffe/python/caffe/pycaffe.py", line 13, in from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ImportError: dynamic module does not define init function (init_caffe) done

qingshutie commented 6 years ago

Why region layer is not supported?

me6ran commented 6 years ago

I have the same issue, I have my own trianed model of YOLO, try to convert it, but it is not working. facing this issue. any idea?