From db719416be8905c024bce925d8621462705c98b2 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 1 Oct 2019 17:23:24 +0200 Subject: [PATCH] Added reference to Pierluigi Ferrari's ssd implementation Signed-off-by: Jim Martens --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f16d214..8b029ac 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subd Jim Martens – [@2martens](https://twitter.com/2martens) – github@2martens.de Distributed under the Apache 2.0 license. See ``LICENSE`` for more information. +The package contains the [ssd_keras][ssd_keras] implementation of Pierluigi Ferrari. [https://github.com/2martens/](https://github.com/2martens/) @@ -110,3 +111,4 @@ Distributed under the Apache 2.0 license. See ``LICENSE`` for more information. [pypi-downloads]: https://img.shields.io/pypi/dm/twomartens.masterthesis.svg [pypi-python-versions]: https://img.shields.io/pypi/pyversions/twomartens.masterthesis.svg [tf-gpu-support]: https://www.tensorflow.org/install/gpu +[ssd_keras]: https://github.com/pierluigiferrari/ssd_keras