Package: labelme
Version: 5.5.0-1
Priority: optional
Section: graphics
Maintainer: Alex Myczko <[email protected]>
Installed-Size: 2 003 kB
Depends: python3-imgviz, python3-matplotlib, python3-natsort,
python3-numpy, python3-pil, python3-qtpy, python3-skimage,
python3-termcolor, python3-yaml, python3:any (>= 3.6~)
Homepage: https://github.com/wkentaro/labelme
Tag: implemented-in::python, role::program, works-with::image,
works-with::image:raster
Download-Size: 1 107 kB
APT-Manual-Installed: yes
APT-Sources: http://deb.debian.org/debian trixie/main amd64 Packages
Description: annotations polygonales d’image avec Python
Il s’agit d’un outil graphique d’annotations d’image inspiré de http:/
labelme.csail.mit.edu. Il est écrit en Python et utilise Qt pour son
interface graphique.
The labelme package doesn't install all the dependencies, and they seem to
not be available in the apt repo.
:~$ labelme
Traceback (most recent call last):
File "/usr/bin/labelme", line 33, in <module>
sys.exit(load_entry_point('labelme==5.5.0', 'console_scripts',
'labelme')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/labelme", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in
load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/__init__.py", line 90, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in
_find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in
_call_with_frames_removed
File "/usr/lib/python3/dist-packages/labelme/__main__.py", line 14, in
<module>
from labelme.app import MainWindow
File "/usr/lib/python3/dist-packages/labelme/app.py", line 21, in <module>
from labelme.ai import MODELS
File "/usr/lib/python3/dist-packages/labelme/ai/__init__.py", line 1, in
<module>
import gdown
ModuleNotFoundError: No module named 'gdown'