muruga778 commited on
Commit
3b6444e
·
verified ·
1 Parent(s): 681b6e2

Upload label_map (2).json

Browse files
Files changed (1) hide show
  1. label_map (2).json +18 -0
label_map (2).json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classes": [
3
+ "ACK",
4
+ "BCC",
5
+ "MEL",
6
+ "NEV",
7
+ "SCC",
8
+ "SEK"
9
+ ],
10
+ "label2idx": {
11
+ "ACK": 0,
12
+ "BCC": 1,
13
+ "MEL": 2,
14
+ "NEV": 3,
15
+ "SCC": 4,
16
+ "SEK": 5
17
+ }
18
+ }