You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
The text was updated successfully, but these errors were encountered:
./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
The text was updated successfully, but these errors were encountered: