Skip to content

Commit

Permalink
added citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Feb 29, 2024
1 parent 96d78b7 commit fc9763b
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,29 @@ This is a segmentation pipeline to automatically, and robustly, segment the whol

If you are using SPINEPS, please cite the following:

`arXiv Citation`
```
Hendrik M ̈oller, Robert Graf, Joachim Schmitt, Benjamin Keinert, Matan Atad, Anjany
Sekuboyina, Felix Streckenbach, Hanna Sch ̈on, Florian Kofler, Thomas Kroencke, Ste-
fanie Bette, Stefan Willich, Thomas Keil, Thoralf Niendorf, Tobias Pischon, Beate Ende-
mann, Bjoern Menze, Daniel Rueckert, and Jan S. Kirschke. Spineps – automatic whole
spine segmentation of t2-weighted mr images using a two-phase approach to multi-class
semantic and instance segmentation. arXiv preprint arXiv:2402.16368, 2024.
```

ArXiv link: <a href="https://arxiv.org/abs/2402.16368">https://arxiv.org/abs/2402.16368</a>

BibTeX citation:
```
@article{moller2024,
title={SPINEPS -- Automatic Whole Spine Segmentation of T2-weighted MR images using a Two-Phase Approach to Multi-class Semantic and Instance Segmentation},
author={Hendrik Möller and Robert Graf and Joachim Schmitt and Benjamin Keinert and Matan Atad and Anjany Sekuboyina and Felix Streckenbach and Hanna Schön and Florian Kofler and Thomas Kroencke and Stefanie Bette and Stefan Willich and Thomas Keil and Thoralf Niendorf and Tobias Pischon and Beate Endemann and Bjoern Menze and Daniel Rueckert and Jan S. Kirschke},
journal={arXiv preprint arXiv:2402.16368},
year={2024},
eprint={2402.16368},
archivePrefix={arXiv},
primaryClass={eess.IV},
}
```

## Installation (Ubuntu)

Expand Down Expand Up @@ -59,13 +81,13 @@ This specified folder should have the following structure:

3. You need to specify this models folder as argument when running. If you want to set it permanently, set the according environment variable in your `.bashrc` or `.zshrc` (whatever you are using).
```bash
export spineps_segmentor_models=<PATH-to-your-folder>
export SPINEPS_SEGMENTOR_MODELS=<PATH-to-your-folder>
```
You can also execute the above line whenever you run this segmentation pipeline.

To check that you set the environment variable correctly, call:
```bash
echo ${spineps_segmentor_models}
echo ${SPINEPS_SEGMENTOR_MODELS}
```

For Windows, this might help: https://phoenixnap.com/kb/windows-set-environment-variable
Expand Down Expand Up @@ -125,7 +147,7 @@ There are a lot more arguments, run `spineps sample -h` to see them.

`spineps dataset <args>`:

Processes all "suitable" niftys it finds in the specified dataset folder.
Processes all "suitable" niftys it finds in the specified dataset folder.

A dataset folder must have the following structure:
```
Expand Down Expand Up @@ -239,4 +261,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit fc9763b

Please sign in to comment.