File size: 287 Bytes
fee457f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id2label": {
    "0": "plastic",
    "1": "trash",
    "2": "metal",
    "3": "glass",
    "4": "cardboard",
    "5": "paper",
  },
  "label2id": {
    "plastic": 0,
    "trash": 1,
    "metal": 2,
    "glass": 3,
    "cardboard": 4,
    "paper": 5,
  },
  "model_type": "yolov9"
}