naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
839 stars 217 forks source link

ModuleNotFoundError: No module named 'tools.check_labels' #80

Closed cwlroda closed 2 years ago

cwlroda commented 2 years ago

Hi, I've got this error when installing the project from source and then running main.py:

image

It can be fixed by adding an empty __init__.py file in the tools folder so that the module is visible. Was wondering if this could be fixed directly, or I can open a PR for this too.

naurril commented 2 years ago

Hi, I changed the import statements (commit) to from tools import ... and tested in my ubuntu, please help test it in your system at your convenience, thanks.

cwlroda commented 2 years ago

Yes, this works, thanks!