Last active
February 23, 2019 15:18
-
-
Save asantos2000/a40a3697d220c6ccae1039240843bb20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reference: https://github.com/tzutalin/labelImg/issues/141 | |
| # create conda env using python 2.7 | |
| conda create -n py2 python=2.7 | |
| source activate py2 | |
| # install necessary libs using conda install | |
| conda install pyqt=4 | |
| conda install libxml2 | |
| conda install lxml | |
| # test | |
| python -c "from PyQt4 import QtGui" | |
| # do as describe on README. | |
| make qt4py2;./labelImg.py |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add OS name