Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t-systems-on-site-services-gmbh/coocop
- Owner: t-systems-on-site-services-gmbh
- License: bsd-2-clause
- Created: 2019-09-03T10:18:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T19:13:12.000Z (about 5 years ago)
- Last Synced: 2024-09-28T13:23:21.762Z (about 1 month ago)
- Topics: image-augmentation, image-processing, keras, machinelearning, neural-networks, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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},
}
```