Skip to content

Commit

Permalink
README: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Sep 24, 2019
1 parent ebcb963 commit fdcd009
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# 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:
```
Expand Down

0 comments on commit fdcd009

Please sign in to comment.