cvhciKIT / sloth

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

Sloth GUI #152

Open lzyuan168 opened 6 years ago

lzyuan168 commented 6 years ago

I tried to run the Sloth GUI by using Git Bash / command line with the following command: "PYTHON_PATH/Lib/site-packages/sloth/bin/sloth" or simply building the 'sloth' file. However, the following error was produced Traceback (most recent call last): File "E:\LiZhiYuan-Working\Segmentation\Sloth-image labeler\sloth\gui\annotationscene.py", line 247, in onSelectionChangedInTreeView self.editSelectedItems() File "E:\LiZhiYuan-Working\Segmentation\Sloth-image labeler\sloth\gui\annotationscene.py", line 253, in editSelectedItems self._labeltool.propertyeditor().startEditMode(items) AttributeError: 'NoneType' object has no attribute 'startEditMode' Can I get some help with this. Thank you.