Merge pull request #215 from RodolfoFerro/master

Instructions for macOS High Sierra (qt5 + python3) added. (Updated README)
This commit is contained in:
darrenl 2017-12-22 13:45:13 +08:00 committed by GitHub
commit 8b13c25b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -74,6 +74,16 @@ Python 2 + Qt4
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
Python 3 + Qt5 (Works on macOS High Sierra)
.. code::
brew install qt # will install qt-5.x.x
brew install libxml2
make qt5py3
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
Windows
^^^^^^^

BIN
demo/demo5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB