api_for_model / label_map.json
muruga778's picture
Rename label_map (3).json to label_map.json
7916587 verified
raw
history blame
712 Bytes
{
"classes": [
"acne",
"allergic contact dermatitis",
"contact dermatitis",
"dermatitis",
"drug rash",
"eczema",
"folliculitis",
"herpes zoster",
"impetigo",
"insect bite",
"other",
"pigmented purpuric eruption",
"psoriasis",
"tinea",
"unknown",
"urticaria"
],
"label2idx": {
"acne": 0,
"allergic contact dermatitis": 1,
"contact dermatitis": 2,
"dermatitis": 3,
"drug rash": 4,
"eczema": 5,
"folliculitis": 6,
"herpes zoster": 7,
"impetigo": 8,
"insect bite": 9,
"other": 10,
"pigmented purpuric eruption": 11,
"psoriasis": 12,
"tinea": 13,
"unknown": 14,
"urticaria": 15
}
}