yolov5_onnx2caffe icon indicating copy to clipboard operation
yolov5_onnx2caffe copied to clipboard

I run it, and it generate errors

Open antran89 opened this issue 3 years ago • 3 comments

Thank you for writing the codes and publish it into the world.

python3 convertCaffe.py
Traceback (most recent call last):
  File "convertCaffe.py", line 5, in <module>
    import caffe
ModuleNotFoundError: No module named 'caffe'

I am not able to run the conversion. What is the version of caffe here? Is it the original BVLC Caffe. Thank you.

antran89 avatar Mar 04 '21 11:03 antran89

https://github.com/Wulingtian/yolov5_caffe

Wulingtian avatar Mar 04 '21 11:03 Wulingtian

Hi @Wulingtian, is it your repo working with Python2? I am having problems with compiling Caffe with Python3. I am thinking of using Python2.

antran89 avatar Mar 08 '21 09:03 antran89

你好,这个问题解决了吗?我也遇到这个问题了。用python2装不了onnx

lwxGitHub123 avatar Sep 06 '22 09:09 lwxGitHub123