Some PascalVOC dataset tools


Keywords
pascal-voc, xmlreader
License
MIT
Install
pip install pascal-voc-tools==0.2.3

Documentation

Pascal VOC Tools

CodeFactor Documentation Status PyPI version codecov

This package includes some tools about pascal voc format dataset like read xml, write xml, resize image.

Functions

  • annotations file laod, edit and save;
  • dataset resize;
  • dataset argument(function from link);
  • darknet anchors k-means;

Install

pip install pascal-voc-tools