Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 295 Bytes

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