Closed Engineering-Course closed 8 years ago
When I run this command: python data2lmdb.py converted_labels/ a bug comes out like this: File "data2lmdb.py", line 14, in import caffe ImportError: No module named caffe
What should I do? Please.
I add this line to the data2lmdb.py and it works sys.path.append("/home/me/mypy")
When I run this command: python data2lmdb.py converted_labels/ a bug comes out like this: File "data2lmdb.py", line 14, in
import caffe
ImportError: No module named caffe
What should I do? Please.