File size: 556 Bytes
c10440c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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"
  }
}