sungile commited on
Commit
91550e5
·
1 Parent(s): e6c615a

Add id2label.json

Browse files
Files changed (1) hide show
  1. id2label.json +5 -0
id2label.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "0": "unknown",
3
+ "1": "background",
4
+ "2": "object"
5
+ }