LabelMe v6.3.1 fixes a paint-time crash when create_mode is switched mid-drawing.
Released on 2026-05-27.
https://www.youtube.com/watch?v=5pEYMf53OXY
Bug fixes
- Mode-switch crash: switching
create_modewhile a shape is partially drawn no longer pushes the partial through the wrong shape's invariants. The partial is retyped when both modes accept a 1-click seed and cancelled otherwise. Also rejects degenerate shapes (zero-area rectangle, zero-length line, polygon with < 3 distinct vertices) at finalize. (#2103)
Install
pip install -U labelme==6.3.1
# or
uv tool install labelme==6.3.1Full changelog: v6.3.0...v6.3.1