How to instal labelimg 1.5.2 with python 3.6.3 and PyQt5 in Windows 10

Simple steps

1. download labelImg-1.5.2.tar.gz (md5)) from https://pypi.python.org/pypi/labelImg#downloads

2. open cmd
3. pip install lxml
4. pip install pyqt5
5. cd dir\dir\labelImg-1.5.2 (to your labelImg-1.5.2 folder)
6. pyrcc5 -o resources.py resources.qrc
7. python labelImg.py
Done!
now you can run labelImg by clicking labelImg.py

Comments

Post a Comment

Popular posts from this blog

some errors with tensorflow 'object_detection' and preprocessor_pb2

Insatll python 2.7.14 with opencv 3.3.0