easy-augment

End to end software to capture new objects using RGBD camera and augment them to get a annotated dataset to train deep nets.


License
MIT
Install
pip install easy-augment==1.1.0

Documentation

Realsense Augmentor

Build Status

Build error due to display problems in travis. 

End to end software to capture new objects using RGBD camera and augment them to get a annotated dataset to train deep nets

  1. Pipeline to artificial generate annotated data for training deep learning models.
  2. Pipeline includes starting from capturing images using provided camera (Realsense), generate semantic labels of the captured image and then generate the artificial images.
  3. GUI required for the end user from capturing to labelling and generating new data.

Requirements

  1. Ubuntu 16.04 (Testing for Ubuntu 18.04)
  2. Intel Realsense Camera
  3. Processer intel i5 or higher
  4. python 3.5

Limitations

  1. Number of classes captured should be more than or equal to 2.
  2. Only one object in the scene to segment, not supported for multiple objects.

Installation

Build from source

Linux:

git clone https://github.com/santoshreddy254/easy_augment.git
cd easy_augment
./setup.sh

From pip

pip3 install easy-augment --user

Usage example

cd realsense_augmentor
python3 src/main.py
  1. Start page will be as below and select the path to save the captured images. alt text
  2. On selecting capture next window will look like alt text
  3. On selectin Have Annotations alt text Steps after selecting capture option and selecting save path
  4. Next window will have image and mask of corresponding object. Capture as many as images per classe. alt text
  5. Click add to add new class label. alt text
  6. Click save to save the current displyed image and semantic label.
  7. Click finish once done with capturing all the images.
  8. Folder name \textbf{captured_data} in selected save path will have images, labels and labels.txt
  9. Input parameters to generate artificial images need to be filled next window. alt text
  10. Click OK once setting up the parameters.
  11. Folder name \textbf{augmented} in selected save path will have artificial images.

Steps after selecting Have annotations

  1. Select the location of images and corresponding annotations

  2. Select save path

  3. Select labels.txt file path

  4. Follow the steps from Step 9

Release History

  • 1.0.2
    • Fixed bugs with augmeting data with labelme data.
  • 1.0.1
    • Released on pypi.
  • 1.0.0
    • First release for crowd testing.

Contributors

Distributed under the MPL license. See LICENSE for more information.