Spaces:
Sleeping
Sleeping
Update models_info.json
Browse files- models_info.json +28 -0
models_info.json
CHANGED
@@ -85,5 +85,33 @@
|
|
85 |
"Gun": 44219,
|
86 |
"Knife": 4038
|
87 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
89 |
]
|
|
|
85 |
"Gun": 44219,
|
86 |
"Knife": 4038
|
87 |
}
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"model_name": "car",
|
91 |
+
"display_name": "Car Detection Model",
|
92 |
+
"download_url": "https://raw.githubusercontent.com/wuhplaptop/yolocar/main/car-75e-11n.pt",
|
93 |
+
"architecture": "YOLOv11",
|
94 |
+
"training_epochs": 75,
|
95 |
+
"batch_size": 32,
|
96 |
+
"optimizer": "auto",
|
97 |
+
"learning_rate": 0.0005,
|
98 |
+
"data_augmentation_level": "Moderate",
|
99 |
+
"mAP_score": 0.88072,
|
100 |
+
"num_images": 15163,
|
101 |
+
"class_ids": {
|
102 |
+
"0": "Vehicle"
|
103 |
+
},
|
104 |
+
"datasets_used": [
|
105 |
+
"aerial-cars-rqcqh_v2",
|
106 |
+
"bikedetection-7bpwy_v2",
|
107 |
+
"car-detection-pyxz2_v4",
|
108 |
+
"cars-bytt8_v35",
|
109 |
+
"transport-rhkah_v8",
|
110 |
+
"vehiclecount_v4",
|
111 |
+
"vehicles-q0x2v-8kns4_v1"
|
112 |
+
],
|
113 |
+
"class_image_counts": {
|
114 |
+
"Vehicle": 15163
|
115 |
+
}
|
116 |
}
|
117 |
]
|