-
Notifications
You must be signed in to change notification settings - Fork 15
Data cleaning & preprocessing
Basic scheme: https://drive.google.com/file/d/1ooGtgptBMmHt6cuFXs1TAkPeOpHFMQOL/view?usp=sharing
- offline augmentation: Extend the present data set.
- online augmentation (augmentation on the fly): Extend the data set on each mini-batch.
light augmentation: only flipping etc. heavier augmentation: see light and heavier augmentation (link)
Data augmentation (medium) introduction
light and heavier augmentation
Using GANs to generate new data for x-ray
Using GANs to improve CNN classification
Data augmentation techniques II
Image Augmentation Examples in Python: Medium. Numpy
Types of Data Augmentation: MXNet
DATA AUGMENTATION TECHNIQUES AND PITFALLS FOR SMALL DATASETS
Building powerful image classification models using very little data: Keras
Data augmentation in PyTorch: Forum
Data augmentation : boost your image dataset with few lines of Python: skimage
Data Augmentation for Computer Vision with PyTorch (Part 1: Image Classification)