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
Traceback (most recent call last):
File "E:\anaconda3\envs\PY311\Lib\site-packages\labelme\widgets\canvas.py", line 973, in keyReleaseEvent
index = self.shapes.index(self.selectedShapes[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: <labelme.shape.Shape object at 0x000001BFA54D6310> is not in list
What OS are you using?
windows 11
Describe the Bug
ValueError: <labelme.shape.Shape object at 0x000001BFA54D6310> is not in list
Expected Behavior
Tips: Adding a temporary try statement can prevent crashes
# labelme\widgets\canvas.py line 979try:
index=self.shapes.index(self.selectedShapes[0])
ifself.shapesBackups[-1][index].points!=self.shapes[index].points:
self.storeShapes()
self.shapeMoved.emit()
self.movingShape=FalseexceptValueError:
pass
To Reproduce
No response
The text was updated successfully, but these errors were encountered:
Provide environment information
Traceback (most recent call last):
File "E:\anaconda3\envs\PY311\Lib\site-packages\labelme\widgets\canvas.py", line 973, in keyReleaseEvent
index = self.shapes.index(self.selectedShapes[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: <labelme.shape.Shape object at 0x000001BFA54D6310> is not in list
What OS are you using?
windows 11
Describe the Bug
ValueError: <labelme.shape.Shape object at 0x000001BFA54D6310> is not in list
Expected Behavior
Tips: Adding a temporary try statement can prevent crashes
To Reproduce
No response
The text was updated successfully, but these errors were encountered: