cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 199 forks source link

sloth.core.labeltool.LabelTool Error: No module named ...* #150

Open whookie opened 6 years ago

whookie commented 6 years ago

When trying to run the bin\sloth.py it produces the error: import sloth.core.labeltool.LabelTool ImportError: No module named core.labeltool.LabelTool

Using Python 27 with PyQt4 on Windows 10. Any idea why? My IDE gets the code suggestion perfectly right, so why doesnt python?