Fix typo
This commit is contained in:
parent
26e1056e02
commit
a87ef4c70e
@ -12,7 +12,9 @@ The annotation file will be saved as a XML file. The annotation format is PASCAL
|
|||||||
Requires at least [Python 2.6](http://www.python.org/getit/) and has been tested with [PyQt
|
Requires at least [Python 2.6](http://www.python.org/getit/) and has been tested with [PyQt
|
||||||
4.8](http://www.riverbankcomputing.co.uk/software/pyqt/intro).
|
4.8](http://www.riverbankcomputing.co.uk/software/pyqt/intro).
|
||||||
|
|
||||||
In order to build the resource and assets, you need to install python-qt4 python-qt4-dev pyqt4-dev-tools ...
|
In order to build the resource and assets, you need to install pyqt4-dev-tools:
|
||||||
|
|
||||||
|
`$ sudo apt-get install pyqt4-dev-tools`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
After cloning the code, you should run `make` to generate the resource file.
|
After cloning the code, you should run `make` to generate the resource file.
|
||||||
@ -20,7 +22,7 @@ After cloning the code, you should run `make` to generate the resource file.
|
|||||||
You can then start annotating by running `./labelImg.py`. For usage
|
You can then start annotating by running `./labelImg.py`. For usage
|
||||||
instructions you can see [Here](https://youtu.be/p0nR2YsCY_U)
|
instructions you can see [Here](https://youtu.be/p0nR2YsCY_U)
|
||||||
|
|
||||||
At the moment annotations are saved as a XML file. The format is Piscal VOC format, and the format is the same as [ImageNet](http://www.image-net.org/)
|
At the moment annotations are saved as a XML file. The format is PASCAL VOC format, and the format is the same as [ImageNet](http://www.image-net.org/)
|
||||||
|
|
||||||
You can also see [ImageNet Utils](https://github.com/tzutalin/ImageNet_Utils) to download image, create a label text for machine learning, etc
|
You can also see [ImageNet Utils](https://github.com/tzutalin/ImageNet_Utils) to download image, create a label text for machine learning, etc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user