From fdcd009d2abef7f0e45c5ba9bbd3f484a54dc994 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Tue, 24 Sep 2019 08:04:12 +0200 Subject: [PATCH] README: installation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d0d01d2..b086be7 100644 --- a/README.md +++ b/README.md @@ -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: ```