-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,15 @@ git annex get $(find . -name "*space-other_T2w.nii.gz") | |
git annex get $(find . -name "*space-other_T2w_label-SC_seg.nii.gz") | ||
``` | ||
|
||
`whole-spine` (n=45) | ||
|
||
```commandline | ||
git clone [email protected]:datasets/whole-spine | ||
cd whole-spine | ||
git annex dead here | ||
git annex get $(find . -name "*T2w.nii.gz") | ||
git annex get $(find . -name "*T2w_seg.nii.gz") | ||
``` | ||
|
||
`canproco` (n=413) | ||
|
||
|
@@ -63,6 +72,7 @@ git annex get $(find . -name "*T2w_seg.nii.gz") | |
|
||
```commandline | ||
python /Users/user/code/model-seg-dcm/vit_unetr_ssl/create_msd_data.py --path-data data-multi-subject --dataset-name spine-generic --path-out . --split 0.8 0.2 --seed 42 | ||
python /Users/user/code/model-seg-dcm/vit_unetr_ssl/create_msd_data.py --path-data whole-spine --dataset-name whole-spine --path-out . --split 0.8 0.2 --seed 42 | ||
python /Users/user/code/model-seg-dcm/vit_unetr_ssl/create_msd_data.py --path-data canproco --dataset-name canproco --path-out . --split 0.8 0.2 --seed 42 | ||
python /Users/user/code/model-seg-dcm/vit_unetr_ssl/create_msd_data.py --path-data sci-colorado --dataset-name sci-colorado --path-out . --split 0.8 0.2 --seed 42 | ||
python /Users/user/code/model-seg-dcm/vit_unetr_ssl/create_msd_data.py --path-data dcm-zurich --dataset-name dcm-zurich --path-out . --split 0.8 0.2 --seed 42 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters