wkentaro / labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
https://labelme.io
Other
13.52k stars 3.41k forks source link

NEW FEATURE: Quick edit multiple labels at once #1369

Closed Daasein closed 5 months ago

Daasein commented 11 months ago

Sometimes, it becomes necessary to modify a pre-labeled dataset. In such cases, multi-edit functionality can enhance efficiency. Therefore, I have incorporated this feature. demo

wkentaro commented 5 months ago

Thanks for the PR! I've implemented this slightly differently in https://github.com/labelmeai/labelme/pull/1455