BrainTumour / artifacts /class_mapping.json
Bharath370's picture
Upload 13 files
d82811f verified
raw
history blame contribute delete
223 Bytes
{
"class_to_idx": {
"glioma": 0,
"meningioma": 1,
"notumor": 2,
"pituitary": 3
},
"idx_to_class": {
"0": "glioma",
"1": "meningioma",
"2": "notumor",
"3": "pituitary"
}
}