pascal-voc-python icon indicating copy to clipboard operation
pascal-voc-python copied to clipboard

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

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