Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 462 Bytes

pascal-voc-python

Repository for reading Pascal VOC data in Python, rather than requiring MATLAB to read the XML files.

About

  • Pandas is the underlying structure
  • VOC data is assumed to be in WHERE?

Examples

  • load data by category
  • loading bounding boxes

To use

Install

  1. Clone the repo
  2. run python setup.py install or python install develop depending on what you will be doing

Uninstall

Run `python setup.py develop --uninstall