Ubuntu articles --- install labelimg

1. Clone the warehouse on github to the local

git clone https://github.com/Ruolingdeng/labelImg.git

insert image description here

2. Go to the labelimg folder and install pyqt-related dependencies

sudo apt-get install pyqt5-dev-tools

insert image description hereI installed it before

3. Install requiremengts-related dependency packages in the requirements folder in the directory

pip install -r requirements/requirements-linux-python3.txt

insert image description here

4. Compile in the labelimg-master directory

make qt5py3

insert image description here

5. Run the test

python labelImg.py

insert image description hereThere are always errors in this place, I am a little confused
insert image description here

Guess you like

Origin blog.csdn.net/m0_46825740/article/details/130343982