meiqua / patch_linemod

improvement for linemod, make it holistic but also part-based
BSD 2-Clause "Simplified" License
97 stars 40 forks source link

can't find patch_linemod_pybind #3

Open GraceJary opened 5 years ago

GraceJary commented 5 years ago

when I run the python patch_linemod_test.py, there occured an error: Traceback (most recent call last): File "patch_linemod_test.py", line 11, in import patch_linemod_pybind ModuleNotFoundError: No module named 'patch_linemod_pybind'

but I can't find where the file is. It seems that there is no this file in the folder.

meiqua commented 5 years ago

The c++ interface should be installed first.

pip3 install linemodLevelup/