Too many pits.
The old driver is driving.
System environment: Win7 64-bit, Python3.5.2 qt5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Download the source code
HTTPS://GITHUB.COM/TZUTALIN/LABELIMG, after download, unzip.
2, Installation Python3.5
py3.5.2
3, Installation PyQt5
After entering cmd, enter: Pip install PyQt5 csdn look up: Pyqt5-5.6-gpl-py3.5-qt5.6.0-x64-2.exe
4. Installation of Pyqt5_tools
Ditto, execute command: Pip install Pyqt5-tools, such as the same network cause installation failed,
5, Installation lxml
Command: Pip install lxml, such as:
Because the lxml file is small, it can be installed successfully
6. PYRCC Compiling resource files
Go to labelimg unzip the file, I here is labelimg-master.
Execute command: Pyrcc5-o resources.py RESOURCES.QRC, such as
This is a conversion command that converts the QT file format to python format.
7. Open labelimg.py
Directly in the Command window, enter the Python labelimg.py, as shown in
The full text ends.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Image Labeling Tool Labelimg installation Method (WIN7+PYTHON3.5+QT5)