Configure dataset viewer for sample manifest
Browse files
README.md
CHANGED
|
@@ -39,6 +39,18 @@ metadata/sha256_manifest.csv
|
|
| 39 |
sample/cases/<case_id>/...
|
| 40 |
```
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Exclusions
|
| 43 |
|
| 44 |
This release excludes cases with non-CC0 licenses, missing OpenNeuro provenance,
|
|
|
|
| 39 |
sample/cases/<case_id>/...
|
| 40 |
```
|
| 41 |
|
| 42 |
+
## QC Manifest Fields
|
| 43 |
+
|
| 44 |
+
The QC manifest uses `Q1`--`Q7` for the raw OpenBrain QC-7 values and
|
| 45 |
+
`r1`--`r7` for the corresponding source-local percentile risk fields. Larger
|
| 46 |
+
`r_k` values indicate higher risk relative to cases from the same OpenNeuro
|
| 47 |
+
source dataset; they are not calibrated probabilities of segmentation
|
| 48 |
+
correctness. `R` is the aggregate QC-7 risk score, and `tier` is the confidence
|
| 49 |
+
tier derived from the fixed release operating points.
|
| 50 |
+
|
| 51 |
+
The public sample manifest under `sample/sample_manifest.csv` follows the same
|
| 52 |
+
QC field convention for the 64-case reviewer sample subset.
|
| 53 |
+
|
| 54 |
## Exclusions
|
| 55 |
|
| 56 |
This release excludes cases with non-CC0 licenses, missing OpenNeuro provenance,
|