cyyu96 commited on
Commit
18a7002
·
verified ·
1 Parent(s): 6dcb044

Upload Dataset006_JSC_UCSD_PTGB/examples/dataset.json with huggingface_hub

Browse files
Dataset006_JSC_UCSD_PTGB/examples/dataset.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channel_names": {
3
+ "0": "T1post",
4
+ "1": "FLAIR",
5
+ "2": "ADC_4000_or_ADC_vendor"
6
+ },
7
+ "labels": {
8
+ "background": 0,
9
+ "tumor": 1
10
+ },
11
+ "classification_labels": {
12
+ "idh_mutation_status": {
13
+ "0": "IDH Wild-Type",
14
+ "1": "IDH Mutant"
15
+ }
16
+ },
17
+ "numTraining": 184,
18
+ "file_ending": ".nii.gz",
19
+ "description": "UCSD Post-Treatment Glioblastoma — total cellular tumor segmentation on multi-modal MRI (T1post, FLAIR, ADC) with IDH mutation status classification (184 cases)",
20
+ "reference": "Gagnon L, Gupta D, Nguyen U, Correia de Verdier M, Saluja R, Mastorakos G, White N, Goodwill V, McDonald CR, Beaumont T, Conlin C. The University of California San Diego Post-Treatment Glioblastoma (UCSD-PTGBM) annotated multimodal MRI Dataset. Scientific Data. 2026 Jan 6.",
21
+ "license": "CC-BY-NC 4.0",
22
+ "name": "Dataset006_JSC_UCSD_PTGB",
23
+ "release": "1.0"
24
+ }