File size: 914 Bytes
b15870c e37d1b2 b15870c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
{
"architectures": [ "YOLOv8" ],
"model-type": "object-detection",
"pipeline_tag": "object-detection",
"task": "object-detection",
"inference": {
"pipeline_tag": "object-detection"
},
"id2label": {
"0": "player",
"1": "Storm Timer",
"2": "Killfeed",
"3": "Player Count",
"4": "Minimap",
"5": "Storm Shrink Warning",
"6": "Eliminations",
"7": "Health",
"8": "Shield",
"9": "Inventory",
"10": "Buildings",
"11": "Wood Material",
"12": "Brick Material",
"13": "Metal Material",
"14": "Compass",
"15": "Equipped Item",
"16": "Waypoint",
"17": "Sprint Meter",
"18": "Safe Zone",
"19": "playerIcon",
"20": "Tree",
"21": "Stone",
"22": "Building",
"23": "Wood Building",
"24": "Stone Building",
"25": "Metal Building",
"26": "Wall",
"27": "Ramp",
"28": "Pyramid",
"29": "Floor"
}
} |