lost-and-found-data / class_info.json
vmcii's picture
Upload 878 files
e6ea19f verified
Raw
History Blame Contribute Delete
943 Bytes
{
"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
}
}