Skip to main content

Tool to cut images from bounding boxes in PascalVOC XML files.

Project description

pascalvoc-to-image

This repository contains a Python script that can easily cut images from annotated PascalVOC images. It will:

  • Read the directory containing the XMLs
  • Parse the XMLs to a readable format
  • Create images for all created bounding boxes in a separate folder

Usage

Using the script is pretty simple, since it only has three parameters.

usage: pascalvoc-to-image [-h] pascalDirectory imageDirectory saveDirectory

positional arguments:
  pascalDirectory   A path to the directory with Pascal VOC XML files
  imageDirectory    A path to the directory with images
  saveDirectory     A path to the directory to save Pascal boundingbox images to

optional arguments:
  -h, --help  show this help message and exit

Installation

Pip

$ pip install pascalvoc-to-image

Manual

$ git clone https://www.gitlab.com/jdreg95/pascalvoc-to-image.git
$ cd pascalvoc-to-image
$ sudo pip install .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pascalvoc_to_image-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pascalvoc_to_image-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page