Closed Jermmy closed 7 years ago
Hello, I run python3 kaffe/kaffe.py '*.prototxt' '*.caffemodel' . and got an error "ImportError: No module named 'caffe'". Does it mean I have to install the caffe?
python3 kaffe/kaffe.py '*.prototxt' '*.caffemodel' .
Well, I install caffe and now it works.
Hello, I run
python3 kaffe/kaffe.py '*.prototxt' '*.caffemodel' .
and got an error "ImportError: No module named 'caffe'". Does it mean I have to install the caffe?