Releases: wkentaro/labelme
Releases · wkentaro/labelme
v5.5.0
🚀 Features
- Support multiple edit of annotations #1455 (Thanks @Daasein)
- Show xy coordinate in the status bar #1456
✨ Enhancement
- Use with statement to open file to make code more Pythonic #1370 (Thanks @anonymousdouble)
- Save mask as uint8 for better compatibility with other tools #1452
- Keep selected state when duplicating shapes #1401 (Thanks @txh0001)
- Synced i18n Translation Template and Improved Simplified Chinese Translation #1411 (Thanks @jeremisty99)
- Support for closing AI polygon when pressing enter #1429 (Thanks @RachamimYaakobov)
- Optimize the brightness contrast adjustment #1443 (Thanks @PairZhu)
💬 Other
v5.4.1
🐛 Fixes
- Handle empty contour case #1391, Thanks @dnyanshwalwadkar
- Stop using emoji that can cause encoding issue on Windows #1390, Thanks @weicheng-tseng
- Add copy and paste to edit menu (need to enable shortcut) #1392, Thanks @jihankim
Uncategorized
- Tips and updates→ X/Twitter <@labelmeai>
- Labelme Starter Bundle→ https://labelme.gumroad.com/l/starter-guide
v5.4.0
🚀 Features
- New annotation mode "ai_mask" that generates shapes as mask #1358
- Integrate Efficient-SAM into Labelme #1375
- Export original VOC format in labelme2voc.py #1323
- Toggle all polygons menu with shortcuts #1381, Thanks @michaelitvin
- Install translate folder to enable translation everywhere #1383, Thanks @xiyaowong
- Regex filename search #1384, Thanks @michaelitvin
✨ Enhancement
- Increase resolution of polygon approximation #1363
- Show label_names and image in draw_label_png.py #1318
- Support --labels to be comma separated text in labelme2voc.py #1326
- Sort json file processing in labelme2voc.py #1327
- Remove setFont call not to mess the font #1355
- Clean up tool manu: remove ones less common, make diff in action and others #1356
- Resize icons to be 32x32 so that it aligns nicely on the tool bar #1357
- Introduce ruff to replace black, flake8 and isort #1377
- Use tight bounding box to represent bbox for shape_type="mask" #1379
🐛 Fixes
- Set onnxruntime!=1.16.0 to avoid providers argument requirements #1364, Thanks @evanfebrianto
- os.path.normpath filenames to display paths correctly on Windows #1362, Thanks @michaelitvin
💬 Other
- Set INFO as default logger level #1319
- Test GUI functionalities on Github Action #1378
- Use lxml<5.0.0 for bbox_detection/labelme2voc.py #1380
- Tips and updates→ Twitter/X <@labelmeai>
- Labelme Starter Bundle→ https://labelme.gumroad.com/l/starter-bundle
v5.4.0a0
🚀 Features
- Export original VOC format in labelme2voc.py #1323
- New annotation mode "ai_mask" that generates shapes as mask #1358
✨ Enhancements
- Increase resolution of polygon approximation #1363
- Show label_names and image in draw_label_png.py #1318
- Support --labels to be comma separated text in labelme2voc.py #1326
- Sort json file processing in labelme2voc.py #1327
- Remove setFont call not to mess the font #1355
- Clean up tool manu: remove ones less common, make diff in action and others #1356
- Resize icons to be 32x32 so that it aligns nicely on the tool bar #1357
🐛 Fixes
- Set onnxruntime!=1.16.0 to avoid providers argument requirements #1364
💬 Other
- Set INFO as default logger level #1319
We have X account <@labelmeai>, which shares tips and updates, so follow for valuable information.
v5.3.1
- no changes
v5.3.0
Uncategorized
- Rename labelme_json_to_dataset -> labelme_export_json
- PR: #1308
If you find this project useful, please consider sponsoring its development.
v5.3.0a0
🚀 Features
- Integrate with Segment Anything Model (SAM)
- PR: #1262
Uncategorized
If you find this project useful, please consider sponsoring its development.
v5.2.1
🐛 Fixes
- Fix issues around the newly added description
- PR: #1270
Uncategorized
If you find this project useful, please consider sponsoring its development.
v5.2.0.post4
- no changes
ONNX files of "Segment Anything Model"
- For integration in Labelme.
- Generated using https://github.com/wkentaro/segment-anything/tree/labelme (
13b8480edd05cde9bcf29f9c8a6040b2abe8db56
) - See #1262 for the alpha version and give me your feedback (installation/usage guides are in the PR).