File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,25 +111,25 @@ later <https://www.python.org/downloads/windows/>`__,
111
111
`PyQt4 <https://www.riverbankcomputing.com/software/pyqt/download >`__
112
112
and `install lxml <http://lxml.de/installation.html >`__.
113
113
114
- Open cmd and go to `labelImg <#labelimg >`__ directory
114
+ Open cmd and go to the `labelImg <#labelimg >`__ directory
115
115
116
116
.. code ::
117
117
118
118
pyrcc4 -o resources.py resources.qrc
119
119
python labelImg.py
120
120
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
121
121
122
- Windows + anaconda
122
+ Windows + Anaconda
123
123
^^^^^^^
124
124
125
- Download and install anaconda (python 3+)
125
+ Download and install ` Anaconda < https://www. anaconda.com/download/#download >`__ (Python 3+)
126
126
127
- Open cmd and go to `labelImg <#labelimg >`__ directory
127
+ Open the Anaconda Prompt and go to the `labelImg <#labelimg >`__ directory
128
128
129
129
.. code ::
130
130
131
- conda install pyqt=4
132
- pyrcc4 -py3 -o resources.py resources.qrc
131
+ conda install pyqt=5
132
+ pyrcc5 -o resources.py resources.qrc
133
133
python labelImg.py
134
134
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
135
135
You can’t perform that action at this time.
0 commit comments