Commit ·
0ca22c5
1
Parent(s): 8ce60ab
Create id2label.json
Browse files- id2label.json +4 -0
id2label.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"1":"background",
|
| 3 |
+
"2":"candidate"
|
| 4 |
+
}
|