From 00950df9d8726d91fdef205be38a26a7861214d8 Mon Sep 17 00:00:00 2001 From: ulilautenschlager <58597054+ulilautenschlager@users.noreply.github.com> Date: Thu, 11 Nov 2021 18:30:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51b9c6b..0d4f632 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,5 @@ GinJinn2 is released under the [Apache 2.0 license](LICENSE). ## Citation Ott T. and Lautenschlager U. (2021). GinJinn2: Object detection and segmentation for ecology and evolution. *bioRxiv*, 2021.08.20.457033. https://doi.org/10.1101/2021.08.20.457033 + +Please also cite [Detectron2](https://github.com/facebookresearch/detectron2) when using models from Detectron2's model zoo, and [CascadePSP](https://github.com/hkchengrex/CascadePSP) when using the segmentation-refinement option of `ginjinn predict`.