Skip to content

Commit 70677d3

Browse files
committed
Update README.md
1 parent 7e5531a commit 70677d3

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ A valid configuration file has three main sections:
149149
The `experiments/` directory contains reproduceable scripts and will store the output models (`models/`) and predictions (`predictions/`) if you run the scripts provided there. See [experiments/README.md](experiments/README.md) for details.
150150

151151
## Experiment Results (SKI10)
152-
Since the [SKI10 dataset](https://ski10.grand-challenge.org/) doesn not provide the ground truth labels for its default testing set, we evaluated the pipeline on a **20% hold-out set** (20 cases) from the SKI10 training data (Total 80 cases: 60 Train, 20 Eval).
152+
Since the [SKI10 dataset](https://ski10.grand-challenge.org/) doesn not provide the ground truth labels for its default testing set, we evaluated the pipeline on a **20% hold-out set** (20 cases) from the SKI10 training data (Total 100 cases: 80 Train, 20 Eval).
153153

154154
### Metrics
155155
| Structure | Dice Similarity Coefficient (DSC) |
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"train": [
3+
"image-001.mhd", "image-002.mhd", "image-003.mhd", "image-004.mhd", "image-005.mhd",
4+
"image-006.mhd", "image-007.mhd", "image-008.mhd", "image-009.mhd", "image-010.mhd",
5+
"image-011.mhd", "image-012.mhd", "image-013.mhd", "image-014.mhd", "image-015.mhd",
6+
"image-016.mhd", "image-017.mhd", "image-018.mhd", "image-019.mhd", "image-020.mhd",
7+
"image-021.mhd", "image-022.mhd", "image-023.mhd", "image-024.mhd", "image-025.mhd",
8+
"image-026.mhd", "image-027.mhd", "image-028.mhd", "image-029.mhd", "image-030.mhd",
9+
"image-031.mhd", "image-032.mhd", "image-033.mhd", "image-034.mhd", "image-035.mhd",
10+
"image-036.mhd", "image-037.mhd", "image-038.mhd", "image-039.mhd", "image-040.mhd",
11+
"image-041.mhd", "image-042.mhd", "image-043.mhd", "image-044.mhd", "image-045.mhd",
12+
"image-046.mhd", "image-047.mhd", "image-048.mhd", "image-049.mhd", "image-050.mhd",
13+
"image-051.mhd", "image-052.mhd", "image-053.mhd", "image-054.mhd", "image-055.mhd",
14+
"image-056.mhd", "image-057.mhd", "image-058.mhd", "image-059.mhd", "image-060.mhd",
15+
"image-061.mhd", "image-062.mhd", "image-063.mhd", "image-064.mhd", "image-065.mhd",
16+
"image-066.mhd", "image-067.mhd", "image-068.mhd", "image-069.mhd", "image-070.mhd",
17+
"image-071.mhd", "image-072.mhd", "image-073.mhd", "image-074.mhd", "image-075.mhd",
18+
"image-076.mhd", "image-077.mhd", "image-078.mhd", "image-079.mhd", "image-080.mhd",
19+
"image-081.mhd", "image-082.mhd", "image-083.mhd", "image-084.mhd", "image-085.mhd",
20+
"image-086.mhd", "image-087.mhd", "image-088.mhd", "image-089.mhd", "image-090.mhd",
21+
"image-091.mhd", "image-092.mhd", "image-093.mhd", "image-094.mhd", "image-095.mhd",
22+
"image-096.mhd", "image-097.mhd", "image-098.mhd", "image-099.mhd", "image-100.mhd"
23+
],
24+
"eval": [
25+
"image-004.mhd", "image-005.mhd", "image-012.mhd", "image-014.mhd", "image-015.mhd",
26+
"image-018.mhd", "image-028.mhd", "image-029.mhd", "image-030.mhd", "image-032.mhd",
27+
"image-036.mhd", "image-055.mhd", "image-065.mhd", "image-070.mhd", "image-076.mhd",
28+
"image-082.mhd", "image-087.mhd", "image-089.mhd", "image-095.mhd", "image-098.mhd"
29+
]
30+
}

0 commit comments

Comments
 (0)