yolorealtime / config.json
kurnie's picture
Update config.json
fee457f verified
raw
history blame
287 Bytes
{
"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"
}