martinkersner / train-CRF-RNN

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

ImportError: No module named lmdb #16

Closed Engineering-Course closed 8 years ago

Engineering-Course commented 8 years ago

When I run this command: python data2lmdb.py a bug comes out like this: ImportError: No module named lmdb

What's the problem, please?

martinkersner commented 8 years ago

You have to install lmbd for python. Check this https://groups.google.com/forum/#!topic/caffe-users/3GTvtqccD4k.

Engineering-Course commented 8 years ago

Oh I just realized it. Thanks.