Commit aaeb00fe authored by DGarbanzo's avatar DGarbanzo
Browse files

Enhance augmentation on tub data:

* Add image augmentation as a standalone Tub member function which replaces the images in place.
* Refactor the augmentation to separate into conversion between numpy arrays and PIL images and the augmentation functions
* Add a donkey command 'donkey tubaugment' to augment tubs in place or clone the tub into a now one with augmentation and keep the original.
* Add a test that checks the augmented data only differs slightly from the original images
parent cb784ef2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment