From bab31541ecb9e1862f5cce001acaa6fd037d2d09 Mon Sep 17 00:00:00 2001 From: Nathan Molinier Date: Thu, 18 Apr 2024 14:11:51 -0400 Subject: [PATCH] Update spineps weights --- quick_start_guides/use_SPINEPS_for_discs_labeling.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quick_start_guides/use_SPINEPS_for_discs_labeling.md b/quick_start_guides/use_SPINEPS_for_discs_labeling.md index 9b8f836..c697a38 100644 --- a/quick_start_guides/use_SPINEPS_for_discs_labeling.md +++ b/quick_start_guides/use_SPINEPS_for_discs_labeling.md @@ -60,11 +60,11 @@ cd spineps pip install -e . ``` -4. Dowload spineps' weights [Inst_Vertebra_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/Inst_Vertebra_2.0.zip) +4. Dowload spineps' first weights [Inst_Vertebra_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/Inst_Vertebra_2.0.zip) -5. For: - - T2w labeling download [T2w_Segmentor_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/T2w_Segmentor_2.0.zip) - - T1w labeling download [T1w_Segmentor.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/T1w_Segmentor.zip) +5. Then download for: + - T2w labeling [T2w_Segmentor_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/T2w_Segmentor_2.0.zip) + - T1w labeling [T1w_Segmentor.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/T1w_Segmentor.zip) 6. Make a directory and move all the weights in the folder `/spineps/models`: ```