File size: 943 Bytes
e6ea19f | 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 42 43 44 45 46 47 48 49 | {
"final_classes": [
"camera",
"charger",
"keys",
"laptop",
"phone",
"smartwatch",
"tablet",
"wallet"
],
"class_to_idx": {
"camera": 0,
"charger": 1,
"keys": 2,
"laptop": 3,
"phone": 4,
"smartwatch": 5,
"tablet": 6,
"wallet": 7
},
"idx_to_class": {
"0": "camera",
"1": "charger",
"2": "keys",
"3": "laptop",
"4": "phone",
"5": "smartwatch",
"6": "tablet",
"7": "wallet"
},
"num_classes": 8,
"total_images": 5813,
"class_distribution": {
"camera": 11,
"charger": 100,
"keys": 922,
"laptop": 1471,
"phone": 1400,
"smartwatch": 863,
"tablet": 770,
"wallet": 276
},
"split": {
"train": 4069,
"val": 872,
"test": 872
}
} |