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 Python 3.9.1 ### What OS are you using? Windows 10 1709 ### Describe the Bug I'm trying to run Labelme from the command prompt with the...

help wanted
bug
os: windows

### Provide environment information /anaconda3/bin/python Python 3.6.7 labelme 5.0.1 ### What OS are you using? ubantu 16 ### Describe the Bug labelme can not input chinese, only English ### Expected...

bug

As soon as I just installed it from the gnome store, it opens and closes immediately. Any chance to export the project to flatpak?

bug

**Describe the bug** labelme crashed when edit label. **To Reproduce** Steps to reproduce the behavior: 1. Load Labelme 2. Click "Open Dir" 3. Check "Save Automatically" 4. Uncheck "Save With...

bug

fix crash bug (#963, #1021) #1027 also solves the same problem, but my solution is different from that. In my PR, I use the label adding logic that appears in...

(Pytorch) G:\swin\Swin-Transformer-Object-Detection-master\data\instance_segmentation>python labelme2coco.py data_annotated data_dataset_coco --labels labels.txt Traceback (most recent call last): File "labelme2coco.py", line 16, in import labelme File "C:\ProgramData\Anaconda3\envs\Pytorch\lib\site-packages\labelme\__init__.py", line 17, in QT4 = QT_VERSION[0] == "4" TypeError:...

bug

when I try to modify the label to a new label, which does not exist in the list. It just report error and shut down the app. labelme version ==...

bug

Hi, First off, I performed the following commands when installing (Windows 10, using Anaconda): ``` conda create --name=labelme python=3 source activate labelme conda install labelme -c conda-forge ``` After that,...

bug

https://github.com/wkentaro/labelme/blob/e8e821000f89aea3d8e2d9c2e3b3c3ea032e880f/labelme/widgets/canvas.py#L42 It should be "None" to work. It doesn't work the way it is now since it always crashes with "ValueError" if I put double_click: None in my config file...