Views
No views yet
| Property | Value |
|---|---|
| Framework | nnUNetv2 |
| Configuration | 3d_lowres |
| Planner | nnUNetResEncUNetMPlans |
| Folds | 0, 1 |
| Input | CT (NIfTI, .nii.gz) |
| Labels | 26 classes (background + C1–C7, T1–T13, L1–L6) |
1pip install huggingface_hub
2huggingface-cli download lukatman/verse-vertebrae-segmentation-nnunet --local-dir ./downloaded_modelgit clone https://huggingface.co/lukatman/verse-vertebrae-segmentation-nnunetpip install nnunetv21export nnUNet_raw="/path/to/nnUNet_raw"
2export nnUNet_preprocessed="/path/to/nnUNet_preprocessed"
3export nnUNet_results="/path/to/nnUNet_results"nnUNet_results/nnUNetTrainer__nnUNetResEncUNetMPlans__3d_lowres/. Copy it into your nnUNet results directory under the dataset name:1# After downloading, create the dataset folder and copy the model
2mkdir -p $nnUNet_results/Dataset001_VerSe
3cp -r downloaded_model/nnUNet_results/nnUNetTrainer__nnUNetResEncUNetMPlans__3d_lowres \
4 $nnUNet_results/Dataset001_VerSe/1nnUNetv2_predict -d 001 -c 3d_lowres -f 0 -p nnUNetResEncUNetMPlans \
2 -i /path/to/input/ct/scans \
3 -o /path/to/output/predictions-f 1 for fold 1, or run both with -f 0 1 for ensemble.| Label | Vertebra |
|---|---|
| 1–7 | C1–C7 (cervical) |
| 8–19 | T1–T12 (thoracic) |
| 20–25 | L1–L6 (lumbar) |
| 26 | T13 (rare variant) |