HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.19k stars 6.23k forks source link

Currently no working ubuntu builds? #948

Open kevin192291 opened 1 year ago

kevin192291 commented 1 year ago

I am looking to run labelimg on Ubuntu 20.0.4

I know the current version of python has problem, so I hoped to run:

pip3 install pipenv
pipenv run pip install pyqt5==5.15.2 lxml
pipenv run make qt5py3
pipenv run python3 labelImg.py
[Optional] rm -rf build dist; pipenv run python setup.py py2app -A;mv "dist/labelImg.app" /Applications

However this fails, saying that make: *** No rule to make target 'qt5py3'. Stop.

The docker image does not run as well. Saying missing files.

Any Ideas how this can be run on Linux?