unreal-hug commited on
Commit
2fa7d24
1 Parent(s): 8568299

Fix label "RV" instead of "LR"

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