fhofmann commited on
Commit
49cd66b
·
verified ·
1 Parent(s): 67e21eb

update links

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. suppl/5_splits.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ Files derived from CT scans in the [VerSe](https://github.com/anjany/verse) data
33
  The renaming process was automated using bash scripts, which can be accessed [here](suppl/0_renaming.md).
34
  Some imaging studies were excluded, for instance due to non-orthogonal direction matrices (see [Exclusions](suppl/1_exclusions.md)).
35
 
36
- After labeling, the dataset was divided into six parts: one for testing and five for use as folds in a cross-validation training scenario. The split was stratified based on the data source (TotalSegmentator and VerSe). CT scans that were included in the test sets of the original datasets were preferentially assigned to the test set of this dataset. Additionally, the split was stratified according to the labels. For detailed information on the splits, see [here](suppl/splits.md).
37
 
38
 
39
  ## Dataset Creation
 
33
  The renaming process was automated using bash scripts, which can be accessed [here](suppl/0_renaming.md).
34
  Some imaging studies were excluded, for instance due to non-orthogonal direction matrices (see [Exclusions](suppl/1_exclusions.md)).
35
 
36
+ After labeling, the dataset was divided into six parts: one for testing and five for use as folds in a cross-validation training scenario. The split was stratified based on the data source (TotalSegmentator and VerSe). CT scans that were included in the test sets of the original datasets were preferentially assigned to the test set of this dataset. Additionally, the split was stratified according to the labels. For detailed information on the splits, see [here](suppl/5_splits.md).
37
 
38
 
39
  ## Dataset Creation
suppl/5_splits.md CHANGED
@@ -8,5 +8,5 @@ Additionally, CT scans that were originally assigned to the test sets (73 from T
8
 
9
  For detailed reference, we provide the following files:
10
  - [data.csv](../data.csv): This file provides an overview of the vertebrae present in each case, the original assignment sets (`set_original`, either training or testing), the newly assigned set (`set`, either training or testing), and the specific fold (`fold`, -1 for testing and 0-4 for individual training folds) to which each case was assigned.
11
- - [splits_train-test.json]: This file contains the split into training and test sets.
12
- - [splits_folds.json]: This file details the split into training and cross-validation sets. It is equivalent to the splits-final.json file used in nnU-Net.
 
8
 
9
  For detailed reference, we provide the following files:
10
  - [data.csv](../data.csv): This file provides an overview of the vertebrae present in each case, the original assignment sets (`set_original`, either training or testing), the newly assigned set (`set`, either training or testing), and the specific fold (`fold`, -1 for testing and 0-4 for individual training folds) to which each case was assigned.
11
+ - [splits_train-test.json](splits_train-test.json): This file contains the split into training and test sets.
12
+ - [splits_folds.json](splits_folds.json): This file details the split into training and cross-validation sets. It is equivalent to the splits-final.json file used in nnU-Net.