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

Labelme may crash when opening pre/next image by shortcuts and dismissing LabelDialog by clicking OK button at same time. After opened new file, app will clear canvas.shapes before canvas.setLastLabel.

bug
status: wip-by-author

Since I'm not a fan of clicking a ton of times, I added a "trace" drawing mode that continuously places points as you move the mouse (keyboard shortcut Ctrl+T). Just...

enhancement
status: wip-by-author

For some reason auto-save isn't working for me. I have tried launching with labelme --nodata and labelme --nodata --autosave, have checked the "Save Automatically" under file. Tried Python versions 3.6,...

bug
status: wip-by-author

Hello I'm running labelme version 4.5.9 with Fedora 34. When I execute the Appimage executable in my terminal I get a Segmentation fault (core dumped) error and the program quits...

help wanted
bug
os: windows

I use labelme.exe in win8 system(32bit), but it has a problem. ![image](https://user-images.githubusercontent.com/63645468/126267245-55798358-e623-409c-9a39-dd6e1145b4fc.png) The labelme.exe is created by win10(64bit), how can i slove the issue.

help wanted
bug

Program shutted down after clicked ‘OK' for changing the label in Windows latest release version. It happend for all my Windows10 system devices. ``` Traceback (most recent call last): File...

help wanted
bug
os: windows

Describe the bug When deleting some line annotations, holding shift and clicking the points of a line causes LabelMe crashes ``` shell Traceback (most recent call last): File "widgets/canvas.py", line...

bug

First off, I performed the following commands when installing (Windows 10, using Anaconda): `conda create --name=labelme python=3` `conda activate labelme` `pip install labelme` When i try to run labelme, I...

bug

app.py (1171 row) item = self.uniqLabelList.findItemsByLabel(label)[0] there is out of range error. add code.. good working. def _get_rgb_by_label(self, label): if self._config["shape_color"] == "auto": if not self.uniqLabelList.findItemsByLabel(label): item = QtWidgets.QListWidgetItem() item.setData(Qt.UserRole,...

bug

Hi, when I move my mouse, the cursor wiggles. It's hard to explain exactly, so I recorded two videos. You can see the problem better on the one I took...

bug
priority: low