Skip to content

Commit

Permalink
Update instance weights
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMolinier authored Apr 19, 2024
1 parent 519f159 commit 7559eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick_start_guides/use_SPINEPS_for_discs_labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cd spineps
pip install -e .
```

4. Dowload spineps' first weights [Inst_Vertebra_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/Inst_Vertebra_2.0.zip)
4. Dowload spineps' first weights [Inst_Vertebra_3.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/Inst_Vertebra_3.0.zip)

5. Then download for:
- T2w labeling [T2w_Segmentor_2.0.zip](https://syncandshare.lrz.de/dl/fi16bYYmqpwPQZRGd1M4G6/T2w_Segmentor_2.0.zip)
Expand Down Expand Up @@ -111,7 +111,7 @@ label_with_spineps(){
fi

# Run SPINEPS on image
spineps sample -i "$tmp_img_path" -model_semantic "$semantic" -model_instance inst_vertebra_2.0 -dn derivatives
spineps sample -i "$tmp_img_path" -model_semantic "$semantic" -model_instance inst_vertebra_3.0 -dn derivatives

# Run vertebral labeling with SPINEPS vertebrae prediction
vert_path="$(echo ${tmpdir}/derivatives/*_seg-vert_msk.nii.gz)"
Expand Down

0 comments on commit 7559eba

Please sign in to comment.