api_for_model / label_map.json
muruga778's picture
Rename label_map (4).json to label_map.json
6fbcc4a verified
raw
history blame contribute delete
556 Bytes
{
"classes": [
"acneiform",
"allergic",
"drug_rash",
"infectious",
"inflammatory",
"other",
"pigmentary_vascular",
"unknown"
],
"label2idx": {
"acneiform": 0,
"allergic": 1,
"drug_rash": 2,
"infectious": 3,
"inflammatory": 4,
"other": 5,
"pigmentary_vascular": 6,
"unknown": 7
},
"idx2label": {
"0": "acneiform",
"1": "allergic",
"2": "drug_rash",
"3": "infectious",
"4": "inflammatory",
"5": "other",
"6": "pigmentary_vascular",
"7": "unknown"
}
}