coocop

Copyout and CopyPairing implementation

BSD-2-CLAUSE License

Downloads
77
Stars
1
Committers
1

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},
}
Package Rankings
Top 36.44% on Pypi.org
Related Projects