Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.55 KB

BraTS Challenge (2021, 2022) - Task 1

2021 2022
link link

This series of challenges is split into two phases:

  • Validation (data) phase
  • Testing (data) phase

The Validation phase will utilize the CWL workflow, validation-phase-workflow.cwl, accepting a group of prediction files and scoring them against the ground truth files with CaPTk.

The Testing phase will utilize the CWL workflow, testing-phase-workflow.cwl, accepting a Docker model to first infer the predictions, then scoring those predictions with CaPTk.

Metrics are returned in a JSON file, results.json and are the same for both workflows:

  • Dice similarity coefficient
  • Hausdorff distance, 95%
  • Sensitivity
  • Specificity
  • Precision **new for 2022**