From d67eb48683abfab02cc75b2b723dc5eb559fdaf4 Mon Sep 17 00:00:00 2001 From: willap <wl@di.ku.dk> Date: Fri, 10 Sep 2021 10:36:50 +0200 Subject: [PATCH] Added citation request --- LayeredSurfaceDetection_tutorial.ipynb | 2 ++ NerveSegmentation2D_example.ipynb | 2 ++ NerveSegmentation3D_example.ipynb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/LayeredSurfaceDetection_tutorial.ipynb b/LayeredSurfaceDetection_tutorial.ipynb index 2e7bdfb..4731943 100644 --- a/LayeredSurfaceDetection_tutorial.ipynb +++ b/LayeredSurfaceDetection_tutorial.ipynb @@ -14,6 +14,8 @@ "\n", "See the Github for the layered surface tool here: [slgbuilder](https://github.com/Skielex/slgbuilder)\n", "\n", + "If you end up using the tool for research please cite the developers' original paper: [Sparse layered graphs for multi-object segmentation.](https://openaccess.thecvf.com/content_CVPR_2020/papers/Jeppesen_Sparse_Layered_Graphs_for_Multi-Object_Segmentation_CVPR_2020_paper.pdf).\n", + "\n", "Let's begin by importing the required python libraries that we will need for this tutorial." ] }, diff --git a/NerveSegmentation2D_example.ipynb b/NerveSegmentation2D_example.ipynb index 69cba88..1c650f1 100644 --- a/NerveSegmentation2D_example.ipynb +++ b/NerveSegmentation2D_example.ipynb @@ -10,6 +10,8 @@ "\n", "See the Github for the layered surface tool here: [slgbuilder](https://github.com/Skielex/slgbuilder)\n", "\n", + "If you end up using the tool for research please cite the developers' original paper: [Sparse layered graphs for multi-object segmentation.](https://openaccess.thecvf.com/content_CVPR_2020/papers/Jeppesen_Sparse_Layered_Graphs_for_Multi-Object_Segmentation_CVPR_2020_paper.pdf).\n", + "\n", "Let's begin by importing the required python libraries that we will need for this tutorial." ] }, diff --git a/NerveSegmentation3D_example.ipynb b/NerveSegmentation3D_example.ipynb index 2dcd3d5..5401bd5 100644 --- a/NerveSegmentation3D_example.ipynb +++ b/NerveSegmentation3D_example.ipynb @@ -10,6 +10,8 @@ "\n", "See the Github for the layered surface tool here: [slgbuilder](https://github.com/Skielex/slgbuilder)\n", "\n", + "If you end up using the tool for research please cite the developers' original paper: [Sparse layered graphs for multi-object segmentation.](https://openaccess.thecvf.com/content_CVPR_2020/papers/Jeppesen_Sparse_Layered_Graphs_for_Multi-Object_Segmentation_CVPR_2020_paper.pdf).\n", + "\n", "Let's begin by importing the required python libraries that we will need for this tutorial." ] }, -- GitLab