rpng / calc

Convolutional Autoencoder for Loop Closure
BSD 3-Clause "New" or "Revised" License
190 stars 45 forks source link

from pydbow2 import pyDBoW2,: cannot import name pyDBoW2 #12

Closed UestcVan closed 5 years ago

UestcVan commented 5 years ago

When I compiled and build DBOW2, I want to do from pydbow2 import pyDBoW2,Console display cannot import name pyDBoW2, how I to dealwith it.

nmerrill67 commented 5 years ago

You need to add the binary directory to your path. An example of this is here. I believe you can also do it by adding to your PYTHONPATH environment variable.

UestcVan commented 5 years ago

hi,I have solved this problem,Thanks