Package Details: labelme 5.4.1-2

Git Clone URL: https://aur.archlinux.org/labelme.git (read-only, click to copy)
Package Base: labelme
Description: Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Upstream URL: https://github.com/wkentaro/labelme
Licenses: GPL-3.0-or-later
Submitter: hottea
Maintainer: hottea (lilac)
Last Packager: lilac
Votes: 1
Popularity: 0.000000
First Submitted: 2020-08-04 10:25 (UTC)
Last Updated: 2024-03-01 12:19 (UTC)

Latest Comments

creatorx commented on 2021-12-19 14:24 (UTC)

@hottea I was unable to reproduce this issue using Docker, launched by instruction from Upstram's readme. If it is not interested for you I will remove these comments :)

hottea commented on 2021-12-18 02:49 (UTC)

@creatorx You could report this to upstream, not here.

creatorx commented on 2021-12-17 15:50 (UTC)

After update to 4.6.0 got crash on label rename and save attempt:

$ labelme
[INFO   ] __init__:get_config:70 - Loading config file from: /home/.../.labelmerc
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/labelme/app.py", line 1083, in editLabel
    self._update_shape_color(shape)
  File "/usr/lib/python3.9/site-packages/labelme/app.py", line 1163, in _update_shape_color
    r, g, b = self._get_rgb_by_label(shape.label)
  File "/usr/lib/python3.9/site-packages/labelme/app.py", line 1173, in _get_rgb_by_label
    item = self.uniqLabelList.findItemsByLabel(label)[0]
IndexError: list index out of range
Aborted (core dumped)