From 38f25bc7a098a64525449b3db9d0c02cf812eb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20L=C3=BCddecke?= <66831939+timojl@users.noreply.github.com> Date: Tue, 21 Dec 2021 19:00:00 +0100 Subject: [PATCH 1/4] Update Readme.md --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2ee22e2..cd4c45a 100755 --- a/Readme.md +++ b/Readme.md @@ -54,12 +54,11 @@ In order to use the dataset and model wrappers for PFENet, the PFENet repository `git clone https://github.com/Jia-Research-Lab/PFENet.git ` ### Citation - ``` @article{lueddecke21 title={Image Segmentation Using Text and Image Prompts}, author={Timo Lüddecke and Alexander Ecker}, - journal={...}, + journal={arXiv preprint arXiv:2112.10003}, year={2021} } ``` From 80c964a44080c9284ecf1ad5b32d9155546f629b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20L=C3=BCddecke?= <66831939+timojl@users.noreply.github.com> Date: Tue, 21 Dec 2021 19:00:49 +0100 Subject: [PATCH 2/4] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index cd4c45a..d45b8e4 100755 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ -# Image Segmentation Using Text and Image Prompts -This repository contains the code used in the paper "Image Segmentation Using Text and Image Prompts". +# Prompt-Based Multi-Modal Image Segmentation +This repository contains the code used in the paper "Prompt-Based Multi-Modal Image Segmentation". drawing @@ -56,7 +56,7 @@ In order to use the dataset and model wrappers for PFENet, the PFENet repository ### Citation ``` @article{lueddecke21 - title={Image Segmentation Using Text and Image Prompts}, + title={Prompt-Based Multi-Modal Image Segmentation}, author={Timo Lüddecke and Alexander Ecker}, journal={arXiv preprint arXiv:2112.10003}, year={2021} From 3dc8d5c5ebe135926c209f73f8b95bf77e331551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20L=C3=BCddecke?= <66831939+timojl@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:02:21 -0700 Subject: [PATCH 3/4] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index d45b8e4..30fe157 100755 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # Prompt-Based Multi-Modal Image Segmentation This repository contains the code used in the paper "Prompt-Based Multi-Modal Image Segmentation". +**Update 02.03.: The Paper has been accepted to CVPR 2022!** + drawing The systems allows to create segmentation models without training based on: From a27499ebd87f1f7231e1185a3d68caeb9807d12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20L=C3=BCddecke?= <66831939+timojl@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:38:28 +0200 Subject: [PATCH 4/4] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 30fe157..5ca0aa2 100755 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ -# Prompt-Based Multi-Modal Image Segmentation -This repository contains the code used in the paper "Prompt-Based Multi-Modal Image Segmentation". +# Image Segmentation Using Text and Image Prompts +This repository contains the code used in the paper "Image Segmentation Using Text and Image Prompts". **Update 02.03.: The Paper has been accepted to CVPR 2022!**