pascal-voc-writer 0.1.4

Last updated:

0 purchases

pascal-voc-writer 0.1.4 Image
pascal-voc-writer 0.1.4 Images
Add to Cart

Description:

pascalvocwriter 0.1.4

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’)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.