Skip to content

Paperspace/DataAugmentationForObjectDetection

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 11, 2018 14:10
September 11, 2018 14:10
September 11, 2018 14:10
September 11, 2018 14:10
March 23, 2020 23:42
September 11, 2018 14:10
September 11, 2018 14:10
September 11, 2018 14:10
September 11, 2018 14:10
September 11, 2018 14:10
September 19, 2018 22:32
September 11, 2018 14:10

Data Augmentation For Object Detection

Accompanying code for the Paperspace tutorial series on adapting data augmentation methods for object detection tasks

Dependencies

  1. OpenCV 3.x
  2. Numpy
  3. Matplotlib

We support a variety of data augmentations, like.

Horizontal Flipping

Horizontal Flip

Scaling

Scaling

Translation

Translation

Rotation

Rotation

Shearing

Shearing

Resizing

Resizing

Quick Start

A quick start tutorial can be found in the file quick-start.ipynb in this repo.

Documentation

A list of all possible transforms and extensive documentation can be found in by opening docs/build/html/index.html in your browser or at this link.