martinkersner / train-CRF-RNN

Train CRF-RNN for Semantic Image Segmentation
Other
199 stars 92 forks source link

ImportError: No module named caffe #17

Closed Engineering-Course closed 8 years ago

Engineering-Course commented 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.

Engineering-Course commented 8 years ago

I add this line to the data2lmdb.py and it works sys.path.append("/home/me/mypy")