The pits encountered in labelImg installation

LabelImg is a tool for labeling datasets when making VOC datasets.

System: win10

Software: anaconda3

Download labelimg  https://github.com/tzutalin/labelImg

After downloading, unzip the compressed package, and pay attention that the path must not have a Chinese name.

Enter conda install pyqt=5 in the anaconda3 prompt 

Use the cd command to enter the labelimg folder just downloaded and decompressed (you must first enter the d drive and then enter pyrcc5 -o resources.py resources.qrc)

Then enter python labelImg.py

The following errors may occur,

Put the resources.py file into the libs folder, and then enter python labelImg.py to enter the following interface

At this point, the installation is successful! ! !

 

Guess you like

Origin blog.csdn.net/qq_39779449/article/details/110172948