yolov5_caffe
yolov5_caffe copied to clipboard
It is can not convert onnx to caffe model
hello;
i have build the environment successfully fellow the illustration. when i run python convertCaffe.py; it return as bellow :
Traceback (most recent call last):
File "convertCaffe.py", line 6, in
ImportError: dynamic module does not define module export function (PyInit__caffe)
then i run python2 convertCaffe.py; it return as bellow :
Traceback (most recent call last):
File "convertCaffe.py", line 6, in
ImportError: dynamic module does not define module export function (PyInit__caffe)
bkuser@bk-ai3:~/work2/data/liudongbo/yolov5_onnx2caffe$ python2 convertCaffe.py
Traceback (most recent call last):
File "convertCaffe.py", line 8, in
then , i run pip2 install onnx ,but it failed.
could you give me an advice please ? Yours