coocop

Copyout and CopyPaiting Image Augmentation


Keywords
augmentation, CNN, image-augmentation, image-processing, keras, machinelearning, neural-networks, python
License
BSD-3-Clause
Install
pip install coocop==0.2

Documentation

COOCOP - Copyout and CopyPaiting implementation

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

Installation

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

Citation / BibTeX

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},
}