unreal-hug commited on
Commit
4ce6885
1 Parent(s): 8fc3f05

5th label called unlabeled has been added

Browse files
Files changed (1) hide show
  1. id2label.json +5 -4
id2label.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
- "0": "LV",
3
- "1": "LR",
4
- "2": "RA",
5
- "3": "LA"
 
6
  }
 
1
  {
2
+ "0": "unlabeled",
3
+ "1": "LV",
4
+ "2": "LR",
5
+ "3": "RA",
6
+ "4": "LA"
7
  }