deepinsight / deepinsight/insightface
tools onnx2caffe
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
When I run:
`python convertCaffe.py ./model/mmdet.onnx ./model/a.prototxt ./model/a.caffemodel`
I have error:
Traceback (most recent call last):
File "convertCaffe.py", line 11, in
import onnx2caffe._operators as cvt
File "/home/ubuntu/retinafce/02.Codes/insightface/tools/onnx2caffe/onnx2caffe/_operators.py", line 9, in
from MyCaffe import Function as myf
ModuleNotFoundError: No module named 'MyCaffe'
Help me!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.