Skip to content

Commit 5084422

Browse files
authored
Merge pull request #1011 from mlcommons/scap3yvt-patch-1
Usage document formatting updates
2 parents 40e34b4 + b33e127 commit 5084422

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/usage.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ SubjectID,Target,Prediction
282282

283283
### Special cases
284284

285-
1. BraTS Segmentation Metrics
286-
287-
To generate annotation to annotation metrics for BraTS segmentation tasks [[ref](https://www.synapse.org/brats)], ensure that the config has `problem_type: segmentation_brats`, and the CSV can be in the same format as segmentation:
285+
1. **BraTS Segmentation Metrics**: To generate annotation to annotation metrics for BraTS segmentation tasks [[ref](https://www.synapse.org/brats)], ensure that the config has `problem_type: segmentation_brats`, and the CSV can be in the same format as segmentation:
288286

289287
```csv
290288
SubjectID,Target,Prediction
@@ -293,9 +291,7 @@ SubjectID,Target,Prediction
293291
...
294292
```
295293

296-
2. BraTS Synthesis Metrics
297-
298-
To generate image to image metrics for synthesis tasks (including for the BraTS synthesis tasks [[1](https://www.synapse.org/#!Synapse:syn51156910/wiki/622356), [2](https://www.synapse.org/#!Synapse:syn51156910/wiki/622357)]), ensure that the config has `problem_type: synthesis`, and the CSV can be in the same format as segmentation (note that the `Mask` column is optional):
294+
2. **BraTS Synthesis Metrics**: To generate image to image metrics for synthesis tasks (including for the BraTS synthesis tasks [[1](https://www.synapse.org/#!Synapse:syn51156910/wiki/622356), [2](https://www.synapse.org/#!Synapse:syn51156910/wiki/622357)]), ensure that the config has `problem_type: synthesis`, and the CSV can be in the same format as segmentation (note that the `Mask` column is optional):
299295

300296
```csv
301297
SubjectID,Target,Prediction,Mask

0 commit comments

Comments
 (0)