labelme icon indicating copy to clipboard operation
labelme copied to clipboard

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).

Results 150 labelme issues
Sort by recently updated
recently updated
newest added

### Provide environment information qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/pidl/.local/lib/python3.9/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because no Qt platform plugin...

bug

This PR adds a new `Community Guides` section to the project README in which people can list guides for using the annotation tool. I spent a bit of time labeling...

### Provide environment information /usr/bin/python Python 3.10.9 labelme 2b225b2b384bdb25fb37678a9d28b8e545732473 ### What OS are you using? ArchLinux ### Describe the Bug On my GNOME desktop, the item text of Polygon Labels...

bug

### Provide environment information /home/user/mambaforge/bin/python Python 3.10.10 ### What OS are you using? Ubuntu 22.04 ### Describe the Bug I ran `sudo apt-get install labelme` to install the application and...

bug

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](https://github.com/wkentaro/labelme/assets/68468076/d9b7fd11-098f-42a7-bd93-42fbb68933d1)

Hello, I would like to customize the color of the label after opening labelme. My way of opening it is through the command line in the powershell window of the...

### Feature 1: Support shape visibility toggling on right click menu #### Motivation: allowing quickly show/hide annotation shapes on right click; instead of frequently moving to the `View` menu and...

## What has changed - Add `rotateCenter` and `rotateCenterBreak` to `Shape`. `rotateCenter` rotate and keeps the shape, while `rotateCenterBreak` breaks the rectangle to create a quadrangle, then rotate it. The...