Labelme is a graphical image annotation tool written in Python. Current version 6.3.1 (requires Python >=3.10). It provides a polygon-based annotation interface for segmentation, classification, and other labeling tasks. Development is active but with occasional long gaps between releases.
pip install labelmeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: launch the GUI and convert annotations to label images.
Use data['imageHeight'] instead of data.imageHeight.
Use labelme.LabelFile.load_image_file instead.
Upgrade Python to 3.10+ or pin labelme to 5.x.
Keep image and JSON in the same directory or use absolute paths when opening.
Run labelme on a machine with a display or use an alternative like labelme2coco for headless conversion.
pip install labelme
Use 'from labelme import LabelFile' in current versions.
Add 'import labelme' at the top of your script.
Use data['imageHeight'] instead of data.imageHeight.
No dependency data recorded yet.
No resource links recorded.