You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: