PASCAL VOC Writer
This library can be used to create image annotation XML files in the PASCAL VOC file format.
Install
pip install pascal-voc-writer
Use
# Writer(path, width, height)
writer = Writer(‘path/to/img.jpg’, 800, 400)
# ::addObject(name, xmin, ymin, xmax, ymax)
writer.addObject(‘cat’, 100, 100, 200, 200)
# ::save(path)
writer.save(‘path/to/img.xml’)
Release files for pascal-voc-writer 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pascal_voc_writer-0.1.4-py3.6.egg | Legacy Egg format | - | - | Details |
| pascal_voc_writer-0.1.4-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:7.6 kB
Release files / pascal_voc_writer-0.1.4-py3.6.egg
| Download URL | pascal_voc_writer-0.1.4-py3.6.egg |
|---|---|
| Size | 3.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
6be06f0fd7ef53b693a1278222d599c829ec8b396699be4aabd93e2d14e572a0
|
|
BLAKE2b-256 checksum How to use checksums |
b542526f4d6c8f30d00918a63ab791be79aaf790cbc94894a3cf75a5462deb81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pascal_voc_writer-0.1.4-py2.py3-none-any.whl
| Download URL | pascal_voc_writer-0.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5424d88873a7513da84825c8d07e865033c11c00f68270bc8b819a35b187ce3b
|
|
BLAKE2b-256 checksum How to use checksums |
9d82dd86999e6062fc34478f11ead7a68e6615d7e270b39624547edd1dbaba76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |