naurril / SUSTechPOINTS

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

Create __init__.py #204

Closed AkshitRaizada closed 2 weeks ago

AkshitRaizada commented 2 weeks ago

Running main.py after installation gives this error:-

Traceback (most recent call last):
  File "main.py", line 13, in <module>
    from tools import check_labels as check
ImportError: cannot import name 'check_labels' from 'tools'

I have made a small change to remove this as mentioned in issue #142.

naurril commented 2 weeks ago

thanks!