首先在github上面clone labelImg的安裝包,安裝包地址:https://github.com/Ruolingdeng/labelImg
git clone https://github.com/Ruolingdeng/labelImg.git
然后打開安裝包labelImg,並右鍵打開終端或快捷鍵Ctrl+Alt+T打開終端並cd 目錄到labelImg下,輸入
sudo apt-get install pyqt5-dev-tools
截圖如下:
安裝完之后,打開安裝包labelImg,並右鍵打開終端,然后輸入:
sudo pip3 install -r requirements/requirements-linux-python3.txt
截圖如下:
然后接着輸入:
make qt5py3
截圖如下:
接着輸入:
python3 labelImg.py
然后會彈出labelImg的界面:
到此安裝成功!!