/PascalVOC-to-Images

A small tool to cut images from Pascal VOC datasets

Primary LanguagePythonApache License 2.0Apache-2.0

PascalVOC-to-Images

A small tool to create datasets from Pascal VOC images. I've used it to cut images with bounding boxes generated by LabelImg.

How to use

  1. Put your .xml and image files on data/ folder
  2. Run python main.py

Requirements

  • Run pip install -r requirements.txt