-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Provide environment information
An unexpected error occurred. The application will close.
Please report issues following the Troubleshoot.
Traceback (most recent call last):
File "/media/HDD_2/Software/Ubuntu/AI/LabelMe/venv/lib/python3.12/site-packages/labelme/widgets/canvas.py", line 306, in mouseMoveEvent
self.boundedMoveVertex(pos)
File "/media/HDD_2/Software/Ubuntu/AI/LabelMe/venv/lib/python3.12/site-packages/labelme/widgets/canvas.py", line 600, in boundedMoveVertex
point = shape[index] # type: ignore[index]
~~~~~^^^^^^^
File "/media/HDD_2/Software/Ubuntu/AI/LabelMe/venv/lib/python3.12/site-packages/labelme/shape.py", line 388, in getitem
return self.points[key]
~~~~~~~~~~~^^^^^
IndexError: list index out of range
What OS are you using?
ubuntu 24.04
Describe the Bug
I want to remove some points, and sometimes, after I click fast, I see this error
Expected Behavior
No response
To Reproduce
No response