YoloV2NCS
YoloV2NCS copied to clipboard
Getting Error when running convertyo.sh
./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
ImportError: dynamic module does not define init function (init_caffe)
done
Why region layer is not supported?
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?