Upload 6 files
Browse files- .gitattributes +1 -0
- config.json +28 -0
- model.onnx +3 -0
- model.torchscript +3 -0
- ocr_config.json +23 -0
- performance_metrics.json +286 -0
- training_config.json +17 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
model.torchscript filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "YOLOv8n",
|
3 |
+
"task": "uk_license_plate_detection",
|
4 |
+
"target_region": "UK",
|
5 |
+
"input_size": [
|
6 |
+
640,
|
7 |
+
640
|
8 |
+
],
|
9 |
+
"num_classes": 1,
|
10 |
+
"class_names": [
|
11 |
+
"license_plate"
|
12 |
+
],
|
13 |
+
"framework": "Ultralytics YOLOv8",
|
14 |
+
"export_formats": [],
|
15 |
+
"security_compliant": true,
|
16 |
+
"performance_metrics": {
|
17 |
+
"detection_rate": 1.0,
|
18 |
+
"text_extraction_rate": 1.0,
|
19 |
+
"average_processing_time_seconds": 0.039195823669433597,
|
20 |
+
"frames_per_second": 25.51292220400099,
|
21 |
+
"min_processing_time": 0.027199268341064453,
|
22 |
+
"max_processing_time": 0.1965031623840332,
|
23 |
+
"std_processing_time": 0.029586018422784056
|
24 |
+
},
|
25 |
+
"created_date": "2025-08-17T16:56:33.947546",
|
26 |
+
"dataset_source": "0xnu/uk-licence-plate",
|
27 |
+
"model_version": "1.0.0"
|
28 |
+
}
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6878bff7c28e789a5890f522e86fae51633179d40b9842aecb42cb4bd1de718b
|
3 |
+
size 12251063
|
model.torchscript
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34503f6385017ad8fd2e3459c4971cb406302531f3481ee85655357af31d92de
|
3 |
+
size 12468510
|
ocr_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"library": "EasyOCR",
|
3 |
+
"supported_languages": [
|
4 |
+
"en"
|
5 |
+
],
|
6 |
+
"language_descriptions": {
|
7 |
+
"en": "English"
|
8 |
+
},
|
9 |
+
"gpu_enabled": true,
|
10 |
+
"version": "1.7.2",
|
11 |
+
"device_info": {
|
12 |
+
"cuda_available": true,
|
13 |
+
"gpu_enabled": true,
|
14 |
+
"device_count": 1,
|
15 |
+
"current_device": 0,
|
16 |
+
"device_name": "Tesla P100-PCIE-16GB",
|
17 |
+
"gpu_memory_total": 15.887939453125,
|
18 |
+
"gpu_memory_allocated": 0.16949081420898438,
|
19 |
+
"gpu_memory_reserved": 0.419921875
|
20 |
+
},
|
21 |
+
"configuration_date": "2025-08-17T16:56:14.348470",
|
22 |
+
"initialization_successful": true
|
23 |
+
}
|
performance_metrics.json
ADDED
@@ -0,0 +1,286 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_version": "1.0.0",
|
3 |
+
"evaluation_date": "2025-08-17T16:56:15.588279",
|
4 |
+
"dataset_size": 30,
|
5 |
+
"metrics": {
|
6 |
+
"detection_rate": 1.0,
|
7 |
+
"text_extraction_rate": 1.0,
|
8 |
+
"average_processing_time_seconds": 0.039195823669433597,
|
9 |
+
"frames_per_second": 25.51292220400099,
|
10 |
+
"min_processing_time": 0.027199268341064453,
|
11 |
+
"max_processing_time": 0.1965031623840332,
|
12 |
+
"std_processing_time": 0.029586018422784056
|
13 |
+
},
|
14 |
+
"detailed_results": [
|
15 |
+
{
|
16 |
+
"sample_id": 1,
|
17 |
+
"original_filename": "KN46STM.png",
|
18 |
+
"detected": true,
|
19 |
+
"text_extracted": true,
|
20 |
+
"extracted_text": "JIBSH",
|
21 |
+
"text_confidence": 0.18275756000947646,
|
22 |
+
"processing_time": 0.1965031623840332
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"sample_id": 2,
|
26 |
+
"original_filename": "LK12CMD.png",
|
27 |
+
"detected": true,
|
28 |
+
"text_extracted": true,
|
29 |
+
"extracted_text": "0",
|
30 |
+
"text_confidence": 0.49207448477952553,
|
31 |
+
"processing_time": 0.0433201789855957
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"sample_id": 3,
|
35 |
+
"original_filename": "PS44IPV.png",
|
36 |
+
"detected": true,
|
37 |
+
"text_extracted": true,
|
38 |
+
"extracted_text": "HMHH",
|
39 |
+
"text_confidence": 0.15942597389221191,
|
40 |
+
"processing_time": 0.029234647750854492
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"sample_id": 4,
|
44 |
+
"original_filename": "JK71UAD.png",
|
45 |
+
"detected": true,
|
46 |
+
"text_extracted": true,
|
47 |
+
"extracted_text": "MU",
|
48 |
+
"text_confidence": 0.4889402761448427,
|
49 |
+
"processing_time": 0.029507875442504883
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"sample_id": 5,
|
53 |
+
"original_filename": "FN60DSI.png",
|
54 |
+
"detected": true,
|
55 |
+
"text_extracted": true,
|
56 |
+
"extracted_text": "M",
|
57 |
+
"text_confidence": 0.7755066011761791,
|
58 |
+
"processing_time": 0.02782154083251953
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"sample_id": 6,
|
62 |
+
"original_filename": "ZZ47XHV.png",
|
63 |
+
"detected": true,
|
64 |
+
"text_extracted": true,
|
65 |
+
"extracted_text": "I",
|
66 |
+
"text_confidence": 0.5047952612401652,
|
67 |
+
"processing_time": 0.027199268341064453
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"sample_id": 7,
|
71 |
+
"original_filename": "MT29AYI.png",
|
72 |
+
"detected": true,
|
73 |
+
"text_extracted": true,
|
74 |
+
"extracted_text": "HH",
|
75 |
+
"text_confidence": 0.34750291173281966,
|
76 |
+
"processing_time": 0.027520418167114258
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"sample_id": 8,
|
80 |
+
"original_filename": "ME64PFS.png",
|
81 |
+
"detected": true,
|
82 |
+
"text_extracted": true,
|
83 |
+
"extracted_text": "IH",
|
84 |
+
"text_confidence": 0.9379243824222503,
|
85 |
+
"processing_time": 0.03438973426818848
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"sample_id": 9,
|
89 |
+
"original_filename": "IV99VIP.png",
|
90 |
+
"detected": true,
|
91 |
+
"text_extracted": true,
|
92 |
+
"extracted_text": "IH",
|
93 |
+
"text_confidence": 0.32497087813676845,
|
94 |
+
"processing_time": 0.02816915512084961
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"sample_id": 10,
|
98 |
+
"original_filename": "CA92HXF.png",
|
99 |
+
"detected": true,
|
100 |
+
"text_extracted": true,
|
101 |
+
"extracted_text": "IH",
|
102 |
+
"text_confidence": 0.5820766746154381,
|
103 |
+
"processing_time": 0.03763246536254883
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"sample_id": 11,
|
107 |
+
"original_filename": "WK92NFE.png",
|
108 |
+
"detected": true,
|
109 |
+
"text_extracted": true,
|
110 |
+
"extracted_text": "Q",
|
111 |
+
"text_confidence": 0.15249581999834394,
|
112 |
+
"processing_time": 0.03592634201049805
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"sample_id": 12,
|
116 |
+
"original_filename": "ZI29QPN.png",
|
117 |
+
"detected": true,
|
118 |
+
"text_extracted": true,
|
119 |
+
"extracted_text": "ZH9H",
|
120 |
+
"text_confidence": 0.152138814330101,
|
121 |
+
"processing_time": 0.027978181838989258
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"sample_id": 13,
|
125 |
+
"original_filename": "HY57FTH.png",
|
126 |
+
"detected": true,
|
127 |
+
"text_extracted": true,
|
128 |
+
"extracted_text": "0",
|
129 |
+
"text_confidence": 0.4520835231628304,
|
130 |
+
"processing_time": 0.04047656059265137
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"sample_id": 14,
|
134 |
+
"original_filename": "MD79UUC.png",
|
135 |
+
"detected": true,
|
136 |
+
"text_extracted": true,
|
137 |
+
"extracted_text": "HIL",
|
138 |
+
"text_confidence": 0.12427273105757403,
|
139 |
+
"processing_time": 0.0286862850189209
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"sample_id": 15,
|
143 |
+
"original_filename": "XI11MYS.png",
|
144 |
+
"detected": true,
|
145 |
+
"text_extracted": true,
|
146 |
+
"extracted_text": "CB",
|
147 |
+
"text_confidence": 0.9857818770873635,
|
148 |
+
"processing_time": 0.034311771392822266
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"sample_id": 16,
|
152 |
+
"original_filename": "BN81PAS.png",
|
153 |
+
"detected": true,
|
154 |
+
"text_extracted": true,
|
155 |
+
"extracted_text": "0",
|
156 |
+
"text_confidence": 0.4685512371740721,
|
157 |
+
"processing_time": 0.03579068183898926
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"sample_id": 17,
|
161 |
+
"original_filename": "YY68YSE.png",
|
162 |
+
"detected": true,
|
163 |
+
"text_extracted": true,
|
164 |
+
"extracted_text": "7",
|
165 |
+
"text_confidence": 0.3497478587550553,
|
166 |
+
"processing_time": 0.03400063514709473
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"sample_id": 18,
|
170 |
+
"original_filename": "YR28WIH.png",
|
171 |
+
"detected": true,
|
172 |
+
"text_extracted": true,
|
173 |
+
"extracted_text": "CB",
|
174 |
+
"text_confidence": 0.24155979517543394,
|
175 |
+
"processing_time": 0.03670763969421387
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"sample_id": 19,
|
179 |
+
"original_filename": "JE12NWQ.png",
|
180 |
+
"detected": true,
|
181 |
+
"text_extracted": true,
|
182 |
+
"extracted_text": "CB",
|
183 |
+
"text_confidence": 0.2509831979534126,
|
184 |
+
"processing_time": 0.04293227195739746
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"sample_id": 20,
|
188 |
+
"original_filename": "XH32ZAJ.png",
|
189 |
+
"detected": true,
|
190 |
+
"text_extracted": true,
|
191 |
+
"extracted_text": "HI",
|
192 |
+
"text_confidence": 0.38787320073777676,
|
193 |
+
"processing_time": 0.036353111267089844
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"sample_id": 21,
|
197 |
+
"original_filename": "VF87LNR.png",
|
198 |
+
"detected": true,
|
199 |
+
"text_extracted": true,
|
200 |
+
"extracted_text": "CB",
|
201 |
+
"text_confidence": 0.34954945801854453,
|
202 |
+
"processing_time": 0.03569316864013672
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"sample_id": 22,
|
206 |
+
"original_filename": "ZE85LUT.png",
|
207 |
+
"detected": true,
|
208 |
+
"text_extracted": true,
|
209 |
+
"extracted_text": "HH",
|
210 |
+
"text_confidence": 0.7112848103522466,
|
211 |
+
"processing_time": 0.03401923179626465
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"sample_id": 23,
|
215 |
+
"original_filename": "AN33VHM.png",
|
216 |
+
"detected": true,
|
217 |
+
"text_extracted": true,
|
218 |
+
"extracted_text": "0",
|
219 |
+
"text_confidence": 0.47605089209356777,
|
220 |
+
"processing_time": 0.034589290618896484
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"sample_id": 24,
|
224 |
+
"original_filename": "IQ60QOS.png",
|
225 |
+
"detected": true,
|
226 |
+
"text_extracted": true,
|
227 |
+
"extracted_text": "I",
|
228 |
+
"text_confidence": 0.8894484693325957,
|
229 |
+
"processing_time": 0.034365177154541016
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"sample_id": 25,
|
233 |
+
"original_filename": "WS93XOD.png",
|
234 |
+
"detected": true,
|
235 |
+
"text_extracted": true,
|
236 |
+
"extracted_text": "MSYH",
|
237 |
+
"text_confidence": 0.07690119743347168,
|
238 |
+
"processing_time": 0.0352938175201416
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"sample_id": 26,
|
242 |
+
"original_filename": "AX57ADZ.png",
|
243 |
+
"detected": true,
|
244 |
+
"text_extracted": true,
|
245 |
+
"extracted_text": "0",
|
246 |
+
"text_confidence": 0.47605089209356777,
|
247 |
+
"processing_time": 0.03461408615112305
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"sample_id": 27,
|
251 |
+
"original_filename": "YR59ZKT.png",
|
252 |
+
"detected": true,
|
253 |
+
"text_extracted": true,
|
254 |
+
"extracted_text": "0",
|
255 |
+
"text_confidence": 0.6901110803915458,
|
256 |
+
"processing_time": 0.03464388847351074
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"sample_id": 28,
|
260 |
+
"original_filename": "WW10QDQ.png",
|
261 |
+
"detected": true,
|
262 |
+
"text_extracted": true,
|
263 |
+
"extracted_text": "H",
|
264 |
+
"text_confidence": 0.37352810570213535,
|
265 |
+
"processing_time": 0.02766275405883789
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"sample_id": 29,
|
269 |
+
"original_filename": "GJ07DQX.png",
|
270 |
+
"detected": true,
|
271 |
+
"text_extracted": true,
|
272 |
+
"extracted_text": "0",
|
273 |
+
"text_confidence": 0.45765195774226086,
|
274 |
+
"processing_time": 0.04246973991394043
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"sample_id": 30,
|
278 |
+
"original_filename": "PE59GLV.png",
|
279 |
+
"detected": true,
|
280 |
+
"text_extracted": true,
|
281 |
+
"extracted_text": "HH",
|
282 |
+
"text_confidence": 0.5044505826964508,
|
283 |
+
"processing_time": 0.028061628341674805
|
284 |
+
}
|
285 |
+
]
|
286 |
+
}
|
training_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "YOLOv8n",
|
3 |
+
"epochs": 10,
|
4 |
+
"image_size": 640,
|
5 |
+
"batch_size": 32,
|
6 |
+
"patience": 10,
|
7 |
+
"data_yaml": "yolo_dataset/data.yaml",
|
8 |
+
"training_date": "2025-08-17T16:06:58.022798",
|
9 |
+
"device": "cuda",
|
10 |
+
"train_images": 26878,
|
11 |
+
"val_images": 6720,
|
12 |
+
"gpu_info": {
|
13 |
+
"cuda_available": true,
|
14 |
+
"device_name": "Tesla P100-PCIE-16GB",
|
15 |
+
"memory_gb": 15.887939453125
|
16 |
+
}
|
17 |
+
}
|