Closed UestcVan closed 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.
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.
hi,I have solved this problem,Thanks
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.