Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t-systems-on-site-services-gmbh/coocop

Copyout and CopyPairing implementation
https://github.com/t-systems-on-site-services-gmbh/coocop

image-augmentation image-processing keras machinelearning neural-networks python

Last synced: 28 days ago
JSON representation

Copyout and CopyPairing implementation

Awesome Lists containing this project

README

        

# 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](https://arxiv.org/abs/1909.00390)

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