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.
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.