This is an implementation of the Copyout and CopyPairing image augmentation techniques. The paper about this can be found here: Improved Image Augmentation for Convolutional Neural Networks by Copyout and CopyPairing
Install or update with pip:
pip install coocop -U
Install development version:
pip install git+https://github.com/t-systems-on-site-services-gmbh/coocop.git -U
This is how you can cite this work with LaTeX / BibTeX:
@article{Copyout,
title = "{Improved Image Augmentation for Convolutional Neural Networks by Copyout and CopyPairing}",
author = {Philip May},
journal = {arXiv.org},
year = "2019",
archivePrefix = {arXiv},
eprint = {arXiv:1909.00390 [cs.CV]},
url = {https://arxiv.org/abs/1909.00390},
}