pascal-voc-python
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
- Clone the repo
- run
python setup.py installorpython install developdepending on what you will be doing
Uninstall
Run `python setup.py develop --uninstall