Upload 6 files
Browse files- config.json +8 -8
- model.onnx +2 -2
- model.torchscript +2 -2
- ocr_config.json +7 -10
- performance_metrics.json +126 -126
- training_config.json +8 -8
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
"task": "license_plate_detection",
|
4 |
"input_size": [
|
5 |
640,
|
@@ -9,17 +9,17 @@
|
|
9 |
"class_names": [
|
10 |
"license_plate"
|
11 |
],
|
12 |
-
"framework": "Ultralytics
|
13 |
"export_formats": [],
|
14 |
"security_compliant": true,
|
15 |
"performance_metrics": {
|
16 |
"detection_rate": 1.0,
|
17 |
"text_extraction_rate": 1.0,
|
18 |
-
"average_processing_time_seconds": 0.
|
19 |
-
"frames_per_second":
|
20 |
-
"min_processing_time": 0.
|
21 |
-
"max_processing_time": 0.
|
22 |
-
"std_processing_time": 0.
|
23 |
},
|
24 |
-
"created_date": "2025-08-
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "YOLOv12n",
|
3 |
"task": "license_plate_detection",
|
4 |
"input_size": [
|
5 |
640,
|
|
|
9 |
"class_names": [
|
10 |
"license_plate"
|
11 |
],
|
12 |
+
"framework": "Ultralytics YOLOv12",
|
13 |
"export_formats": [],
|
14 |
"security_compliant": true,
|
15 |
"performance_metrics": {
|
16 |
"detection_rate": 1.0,
|
17 |
"text_extraction_rate": 1.0,
|
18 |
+
"average_processing_time_seconds": 0.16506592432657877,
|
19 |
+
"frames_per_second": 6.058185564826362,
|
20 |
+
"min_processing_time": 0.1484849452972412,
|
21 |
+
"max_processing_time": 0.2032310962677002,
|
22 |
+
"std_processing_time": 0.012577473983713252
|
23 |
},
|
24 |
+
"created_date": "2025-08-18T13:05:57.800410"
|
25 |
}
|
model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c3ce000eb1c8b6ee58a72b4ecc71afa52b344085c27b1d8b5e1a7fe0566f03
|
3 |
+
size 10534507
|
model.torchscript
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:894d095984413c734eafc412e02ae7db5ea3ac646b383dabedc39e4c37a8053c
|
3 |
+
size 11012122
|
ocr_config.json
CHANGED
@@ -16,18 +16,15 @@
|
|
16 |
"it": "Italian",
|
17 |
"nl": "Dutch"
|
18 |
},
|
19 |
-
"gpu_enabled":
|
20 |
"version": "1.7.2",
|
21 |
"device_info": {
|
22 |
-
"cuda_available":
|
23 |
-
"gpu_enabled":
|
24 |
-
"device_count":
|
25 |
-
"current_device":
|
26 |
-
"device_name": "
|
27 |
-
"gpu_memory_total": 15.887939453125,
|
28 |
-
"gpu_memory_allocated": 0.16936874389648438,
|
29 |
-
"gpu_memory_reserved": 0.443359375
|
30 |
},
|
31 |
-
"configuration_date": "2025-08-
|
32 |
"initialization_successful": true
|
33 |
}
|
|
|
16 |
"it": "Italian",
|
17 |
"nl": "Dutch"
|
18 |
},
|
19 |
+
"gpu_enabled": false,
|
20 |
"version": "1.7.2",
|
21 |
"device_info": {
|
22 |
+
"cuda_available": false,
|
23 |
+
"gpu_enabled": false,
|
24 |
+
"device_count": 0,
|
25 |
+
"current_device": "cpu",
|
26 |
+
"device_name": "CPU"
|
|
|
|
|
|
|
27 |
},
|
28 |
+
"configuration_date": "2025-08-18T13:05:21.040365",
|
29 |
"initialization_successful": true
|
30 |
}
|
performance_metrics.json
CHANGED
@@ -1,286 +1,286 @@
|
|
1 |
{
|
2 |
"model_version": "1.0.0",
|
3 |
-
"evaluation_date": "2025-08-
|
4 |
"dataset_size": 30,
|
5 |
"metrics": {
|
6 |
"detection_rate": 1.0,
|
7 |
"text_extraction_rate": 1.0,
|
8 |
-
"average_processing_time_seconds": 0.
|
9 |
-
"frames_per_second":
|
10 |
-
"min_processing_time": 0.
|
11 |
-
"max_processing_time": 0.
|
12 |
-
"std_processing_time": 0.
|
13 |
},
|
14 |
"detailed_results": [
|
15 |
{
|
16 |
"sample_id": 1,
|
17 |
-
"original_filename": "
|
18 |
"detected": true,
|
19 |
"text_extracted": true,
|
20 |
-
"extracted_text": "
|
21 |
-
"text_confidence": 0.
|
22 |
-
"processing_time": 0.
|
23 |
},
|
24 |
{
|
25 |
"sample_id": 2,
|
26 |
-
"original_filename": "
|
27 |
"detected": true,
|
28 |
"text_extracted": true,
|
29 |
-
"extracted_text": "
|
30 |
-
"text_confidence": 0.
|
31 |
-
"processing_time": 0.
|
32 |
},
|
33 |
{
|
34 |
"sample_id": 3,
|
35 |
-
"original_filename": "
|
36 |
"detected": true,
|
37 |
"text_extracted": true,
|
38 |
-
"extracted_text": "
|
39 |
-
"text_confidence": 0.
|
40 |
-
"processing_time": 0.
|
41 |
},
|
42 |
{
|
43 |
"sample_id": 4,
|
44 |
-
"original_filename": "
|
45 |
"detected": true,
|
46 |
"text_extracted": true,
|
47 |
-
"extracted_text": "
|
48 |
-
"text_confidence": 0.
|
49 |
-
"processing_time": 0.
|
50 |
},
|
51 |
{
|
52 |
"sample_id": 5,
|
53 |
-
"original_filename": "
|
54 |
"detected": true,
|
55 |
"text_extracted": true,
|
56 |
-
"extracted_text": "
|
57 |
-
"text_confidence": 0.
|
58 |
-
"processing_time": 0.
|
59 |
},
|
60 |
{
|
61 |
"sample_id": 6,
|
62 |
-
"original_filename": "
|
63 |
"detected": true,
|
64 |
"text_extracted": true,
|
65 |
-
"extracted_text": "
|
66 |
-
"text_confidence": 0.
|
67 |
-
"processing_time": 0.
|
68 |
},
|
69 |
{
|
70 |
"sample_id": 7,
|
71 |
-
"original_filename": "
|
72 |
"detected": true,
|
73 |
"text_extracted": true,
|
74 |
-
"extracted_text": "
|
75 |
-
"text_confidence": 0.
|
76 |
-
"processing_time": 0.
|
77 |
},
|
78 |
{
|
79 |
"sample_id": 8,
|
80 |
-
"original_filename": "
|
81 |
"detected": true,
|
82 |
"text_extracted": true,
|
83 |
-
"extracted_text": "
|
84 |
-
"text_confidence": 0.
|
85 |
-
"processing_time": 0.
|
86 |
},
|
87 |
{
|
88 |
"sample_id": 9,
|
89 |
-
"original_filename": "
|
90 |
"detected": true,
|
91 |
"text_extracted": true,
|
92 |
-
"extracted_text": "
|
93 |
-
"text_confidence": 0.
|
94 |
-
"processing_time": 0.
|
95 |
},
|
96 |
{
|
97 |
"sample_id": 10,
|
98 |
-
"original_filename": "
|
99 |
"detected": true,
|
100 |
"text_extracted": true,
|
101 |
-
"extracted_text": "
|
102 |
-
"text_confidence": 0.
|
103 |
-
"processing_time": 0.
|
104 |
},
|
105 |
{
|
106 |
"sample_id": 11,
|
107 |
-
"original_filename": "
|
108 |
"detected": true,
|
109 |
"text_extracted": true,
|
110 |
-
"extracted_text": "
|
111 |
-
"text_confidence": 0.
|
112 |
-
"processing_time": 0.
|
113 |
},
|
114 |
{
|
115 |
"sample_id": 12,
|
116 |
-
"original_filename": "
|
117 |
"detected": true,
|
118 |
"text_extracted": true,
|
119 |
-
"extracted_text": "
|
120 |
-
"text_confidence": 0.
|
121 |
-
"processing_time": 0.
|
122 |
},
|
123 |
{
|
124 |
"sample_id": 13,
|
125 |
-
"original_filename": "
|
126 |
"detected": true,
|
127 |
"text_extracted": true,
|
128 |
-
"extracted_text": "
|
129 |
-
"text_confidence": 0.
|
130 |
-
"processing_time": 0.
|
131 |
},
|
132 |
{
|
133 |
"sample_id": 14,
|
134 |
-
"original_filename": "
|
135 |
"detected": true,
|
136 |
"text_extracted": true,
|
137 |
-
"extracted_text": "
|
138 |
-
"text_confidence": 0.
|
139 |
-
"processing_time": 0.
|
140 |
},
|
141 |
{
|
142 |
"sample_id": 15,
|
143 |
-
"original_filename": "
|
144 |
"detected": true,
|
145 |
"text_extracted": true,
|
146 |
-
"extracted_text": "
|
147 |
-
"text_confidence": 0.
|
148 |
-
"processing_time": 0.
|
149 |
},
|
150 |
{
|
151 |
"sample_id": 16,
|
152 |
-
"original_filename": "
|
153 |
"detected": true,
|
154 |
"text_extracted": true,
|
155 |
-
"extracted_text": "
|
156 |
-
"text_confidence": 0.
|
157 |
-
"processing_time": 0.
|
158 |
},
|
159 |
{
|
160 |
"sample_id": 17,
|
161 |
-
"original_filename": "
|
162 |
"detected": true,
|
163 |
"text_extracted": true,
|
164 |
-
"extracted_text": "
|
165 |
-
"text_confidence": 0.
|
166 |
-
"processing_time": 0.
|
167 |
},
|
168 |
{
|
169 |
"sample_id": 18,
|
170 |
-
"original_filename": "
|
171 |
"detected": true,
|
172 |
"text_extracted": true,
|
173 |
-
"extracted_text": "
|
174 |
-
"text_confidence": 0.
|
175 |
-
"processing_time": 0.
|
176 |
},
|
177 |
{
|
178 |
"sample_id": 19,
|
179 |
-
"original_filename": "
|
180 |
"detected": true,
|
181 |
"text_extracted": true,
|
182 |
-
"extracted_text": "
|
183 |
-
"text_confidence": 0.
|
184 |
-
"processing_time": 0.
|
185 |
},
|
186 |
{
|
187 |
"sample_id": 20,
|
188 |
-
"original_filename": "
|
189 |
"detected": true,
|
190 |
"text_extracted": true,
|
191 |
-
"extracted_text": "
|
192 |
-
"text_confidence": 0.
|
193 |
-
"processing_time": 0.
|
194 |
},
|
195 |
{
|
196 |
"sample_id": 21,
|
197 |
-
"original_filename": "
|
198 |
"detected": true,
|
199 |
"text_extracted": true,
|
200 |
-
"extracted_text": "
|
201 |
-
"text_confidence": 0.
|
202 |
-
"processing_time": 0.
|
203 |
},
|
204 |
{
|
205 |
"sample_id": 22,
|
206 |
-
"original_filename": "
|
207 |
"detected": true,
|
208 |
"text_extracted": true,
|
209 |
-
"extracted_text": "
|
210 |
-
"text_confidence": 0.
|
211 |
-
"processing_time": 0.
|
212 |
},
|
213 |
{
|
214 |
"sample_id": 23,
|
215 |
-
"original_filename": "
|
216 |
"detected": true,
|
217 |
"text_extracted": true,
|
218 |
-
"extracted_text": "
|
219 |
-
"text_confidence": 0.
|
220 |
-
"processing_time": 0.
|
221 |
},
|
222 |
{
|
223 |
"sample_id": 24,
|
224 |
-
"original_filename": "
|
225 |
"detected": true,
|
226 |
"text_extracted": true,
|
227 |
-
"extracted_text": "
|
228 |
-
"text_confidence": 0.
|
229 |
-
"processing_time": 0.
|
230 |
},
|
231 |
{
|
232 |
"sample_id": 25,
|
233 |
-
"original_filename": "
|
234 |
"detected": true,
|
235 |
"text_extracted": true,
|
236 |
-
"extracted_text": "
|
237 |
-
"text_confidence": 0.
|
238 |
-
"processing_time": 0.
|
239 |
},
|
240 |
{
|
241 |
"sample_id": 26,
|
242 |
-
"original_filename": "
|
243 |
"detected": true,
|
244 |
"text_extracted": true,
|
245 |
-
"extracted_text": "
|
246 |
-
"text_confidence": 0.
|
247 |
-
"processing_time": 0.
|
248 |
},
|
249 |
{
|
250 |
"sample_id": 27,
|
251 |
-
"original_filename": "
|
252 |
"detected": true,
|
253 |
"text_extracted": true,
|
254 |
-
"extracted_text": "
|
255 |
-
"text_confidence": 0.
|
256 |
-
"processing_time": 0.
|
257 |
},
|
258 |
{
|
259 |
"sample_id": 28,
|
260 |
-
"original_filename": "
|
261 |
"detected": true,
|
262 |
"text_extracted": true,
|
263 |
-
"extracted_text": "
|
264 |
-
"text_confidence": 0.
|
265 |
-
"processing_time": 0.
|
266 |
},
|
267 |
{
|
268 |
"sample_id": 29,
|
269 |
-
"original_filename": "
|
270 |
"detected": true,
|
271 |
"text_extracted": true,
|
272 |
-
"extracted_text": "
|
273 |
-
"text_confidence": 0.
|
274 |
-
"processing_time": 0.
|
275 |
},
|
276 |
{
|
277 |
"sample_id": 30,
|
278 |
-
"original_filename": "
|
279 |
"detected": true,
|
280 |
"text_extracted": true,
|
281 |
-
"extracted_text": "
|
282 |
-
"text_confidence": 0.
|
283 |
-
"processing_time": 0.
|
284 |
}
|
285 |
]
|
286 |
}
|
|
|
1 |
{
|
2 |
"model_version": "1.0.0",
|
3 |
+
"evaluation_date": "2025-08-18T13:05:43.780772",
|
4 |
"dataset_size": 30,
|
5 |
"metrics": {
|
6 |
"detection_rate": 1.0,
|
7 |
"text_extraction_rate": 1.0,
|
8 |
+
"average_processing_time_seconds": 0.16506592432657877,
|
9 |
+
"frames_per_second": 6.058185564826362,
|
10 |
+
"min_processing_time": 0.1484849452972412,
|
11 |
+
"max_processing_time": 0.2032310962677002,
|
12 |
+
"std_processing_time": 0.012577473983713252
|
13 |
},
|
14 |
"detailed_results": [
|
15 |
{
|
16 |
"sample_id": 1,
|
17 |
+
"original_filename": "CT038ZN_1.png",
|
18 |
"detected": true,
|
19 |
"text_extracted": true,
|
20 |
+
"extracted_text": "8TU87H",
|
21 |
+
"text_confidence": 0.10201878323356284,
|
22 |
+
"processing_time": 0.16364216804504395
|
23 |
},
|
24 |
{
|
25 |
"sample_id": 2,
|
26 |
+
"original_filename": "TR95XMI.png",
|
27 |
"detected": true,
|
28 |
"text_extracted": true,
|
29 |
+
"extracted_text": "TR95XH",
|
30 |
+
"text_confidence": 0.5424981405701996,
|
31 |
+
"processing_time": 0.16569757461547852
|
32 |
},
|
33 |
{
|
34 |
"sample_id": 3,
|
35 |
+
"original_filename": "B13GWF.png",
|
36 |
"detected": true,
|
37 |
"text_extracted": true,
|
38 |
+
"extracted_text": "HINMF",
|
39 |
+
"text_confidence": 0.3585225048435454,
|
40 |
+
"processing_time": 0.17255687713623047
|
41 |
},
|
42 |
{
|
43 |
"sample_id": 4,
|
44 |
+
"original_filename": "IBZ4185.png",
|
45 |
"detected": true,
|
46 |
"text_extracted": true,
|
47 |
+
"extracted_text": "HHM",
|
48 |
+
"text_confidence": 0.2716040321908862,
|
49 |
+
"processing_time": 0.17458105087280273
|
50 |
},
|
51 |
{
|
52 |
"sample_id": 5,
|
53 |
+
"original_filename": "J444CJW.png",
|
54 |
"detected": true,
|
55 |
"text_extracted": true,
|
56 |
+
"extracted_text": "08",
|
57 |
+
"text_confidence": 0.4806687893644478,
|
58 |
+
"processing_time": 0.1676938533782959
|
59 |
},
|
60 |
{
|
61 |
"sample_id": 6,
|
62 |
+
"original_filename": "ER401KA.jpg",
|
63 |
"detected": true,
|
64 |
"text_extracted": true,
|
65 |
+
"extracted_text": "ERWHH",
|
66 |
+
"text_confidence": 0.3314299993962429,
|
67 |
+
"processing_time": 0.16367197036743164
|
68 |
},
|
69 |
{
|
70 |
"sample_id": 7,
|
71 |
+
"original_filename": "Y932DGP.png",
|
72 |
"detected": true,
|
73 |
"text_extracted": true,
|
74 |
+
"extracted_text": "8082",
|
75 |
+
"text_confidence": 0.6876302361488342,
|
76 |
+
"processing_time": 0.2032310962677002
|
77 |
},
|
78 |
{
|
79 |
"sample_id": 8,
|
80 |
+
"original_filename": "BT254HA.jpg",
|
81 |
"detected": true,
|
82 |
"text_extracted": true,
|
83 |
+
"extracted_text": "U",
|
84 |
+
"text_confidence": 0.10991443629916464,
|
85 |
+
"processing_time": 0.168015718460083
|
86 |
},
|
87 |
{
|
88 |
"sample_id": 9,
|
89 |
+
"original_filename": "CM229MN_1.png",
|
90 |
"detected": true,
|
91 |
"text_extracted": true,
|
92 |
+
"extracted_text": "MI",
|
93 |
+
"text_confidence": 0.15311028525194334,
|
94 |
+
"processing_time": 0.16036081314086914
|
95 |
},
|
96 |
{
|
97 |
"sample_id": 10,
|
98 |
+
"original_filename": "8326WWG34.png",
|
99 |
"detected": true,
|
100 |
"text_extracted": true,
|
101 |
+
"extracted_text": "H8HH",
|
102 |
+
"text_confidence": 0.1533184051513672,
|
103 |
+
"processing_time": 0.16570281982421875
|
104 |
},
|
105 |
{
|
106 |
"sample_id": 11,
|
107 |
+
"original_filename": "B176WOW.png",
|
108 |
"detected": true,
|
109 |
"text_extracted": true,
|
110 |
+
"extracted_text": "B276H0W",
|
111 |
+
"text_confidence": 0.32749843277606294,
|
112 |
+
"processing_time": 0.16115093231201172
|
113 |
},
|
114 |
{
|
115 |
"sample_id": 12,
|
116 |
+
"original_filename": "AEK5017.png",
|
117 |
"detected": true,
|
118 |
"text_extracted": true,
|
119 |
+
"extracted_text": "HEKRHH",
|
120 |
+
"text_confidence": 0.14718249674217038,
|
121 |
+
"processing_time": 0.1484849452972412
|
122 |
},
|
123 |
{
|
124 |
"sample_id": 13,
|
125 |
+
"original_filename": "GL80013U.png",
|
126 |
"detected": true,
|
127 |
"text_extracted": true,
|
128 |
+
"extracted_text": "HWHH",
|
129 |
+
"text_confidence": 0.0343349352478981,
|
130 |
+
"processing_time": 0.15536808967590332
|
131 |
},
|
132 |
{
|
133 |
"sample_id": 14,
|
134 |
+
"original_filename": "AY963FL.jpg",
|
135 |
"detected": true,
|
136 |
"text_extracted": true,
|
137 |
+
"extracted_text": "HYARHL",
|
138 |
+
"text_confidence": 0.047711409666702474,
|
139 |
+
"processing_time": 0.1924757957458496
|
140 |
},
|
141 |
{
|
142 |
"sample_id": 15,
|
143 |
+
"original_filename": "2417GSM.png",
|
144 |
"detected": true,
|
145 |
"text_extracted": true,
|
146 |
+
"extracted_text": "AHMH",
|
147 |
+
"text_confidence": 0.11384757608175278,
|
148 |
+
"processing_time": 0.16919398307800293
|
149 |
},
|
150 |
{
|
151 |
"sample_id": 16,
|
152 |
+
"original_filename": "DB999EM.jpg",
|
153 |
"detected": true,
|
154 |
"text_extracted": true,
|
155 |
+
"extracted_text": "889MEH",
|
156 |
+
"text_confidence": 0.07596905829823118,
|
157 |
+
"processing_time": 0.15938711166381836
|
158 |
},
|
159 |
{
|
160 |
"sample_id": 17,
|
161 |
+
"original_filename": "EL493LK.jpg",
|
162 |
"detected": true,
|
163 |
"text_extracted": true,
|
164 |
+
"extracted_text": "JLAMUK",
|
165 |
+
"text_confidence": 0.10874529514442666,
|
166 |
+
"processing_time": 0.15493297576904297
|
167 |
},
|
168 |
{
|
169 |
"sample_id": 18,
|
170 |
+
"original_filename": "AX128FT.png",
|
171 |
"detected": true,
|
172 |
"text_extracted": true,
|
173 |
+
"extracted_text": "HY8FY",
|
174 |
+
"text_confidence": 0.08682986447467597,
|
175 |
+
"processing_time": 0.1580359935760498
|
176 |
},
|
177 |
{
|
178 |
"sample_id": 19,
|
179 |
+
"original_filename": "TMD038.png",
|
180 |
"detected": true,
|
181 |
"text_extracted": true,
|
182 |
+
"extracted_text": "6",
|
183 |
+
"text_confidence": 0.874460090847279,
|
184 |
+
"processing_time": 0.19652891159057617
|
185 |
},
|
186 |
{
|
187 |
"sample_id": 20,
|
188 |
+
"original_filename": "BA493MK.png",
|
189 |
"detected": true,
|
190 |
"text_extracted": true,
|
191 |
+
"extracted_text": "W",
|
192 |
+
"text_confidence": 0.19030657488618008,
|
193 |
+
"processing_time": 0.16435718536376953
|
194 |
},
|
195 |
{
|
196 |
"sample_id": 21,
|
197 |
+
"original_filename": "CG988FL.jpg",
|
198 |
"detected": true,
|
199 |
"text_extracted": true,
|
200 |
+
"extracted_text": "769887L4",
|
201 |
+
"text_confidence": 0.057031610340113344,
|
202 |
+
"processing_time": 0.15909385681152344
|
203 |
},
|
204 |
{
|
205 |
"sample_id": 22,
|
206 |
+
"original_filename": "252AYF67.png",
|
207 |
"detected": true,
|
208 |
"text_extracted": true,
|
209 |
+
"extracted_text": "HRHYSH",
|
210 |
+
"text_confidence": 0.03588777006339295,
|
211 |
+
"processing_time": 0.16531109809875488
|
212 |
},
|
213 |
{
|
214 |
"sample_id": 23,
|
215 |
+
"original_filename": "DB001AX.jpg",
|
216 |
"detected": true,
|
217 |
"text_extracted": true,
|
218 |
+
"extracted_text": "DJMHE",
|
219 |
+
"text_confidence": 0.04479377873526237,
|
220 |
+
"processing_time": 0.16103601455688477
|
221 |
},
|
222 |
{
|
223 |
"sample_id": 24,
|
224 |
+
"original_filename": "EJ494BR.png",
|
225 |
"detected": true,
|
226 |
"text_extracted": true,
|
227 |
+
"extracted_text": "EIM",
|
228 |
+
"text_confidence": 0.4007337645209542,
|
229 |
+
"processing_time": 0.1538100242614746
|
230 |
},
|
231 |
{
|
232 |
"sample_id": 25,
|
233 |
+
"original_filename": "MAX059.png",
|
234 |
"detected": true,
|
235 |
"text_extracted": true,
|
236 |
+
"extracted_text": "059",
|
237 |
+
"text_confidence": 0.9636702171662044,
|
238 |
+
"processing_time": 0.16155695915222168
|
239 |
},
|
240 |
{
|
241 |
"sample_id": 26,
|
242 |
+
"original_filename": "DJ115AO.png",
|
243 |
"detected": true,
|
244 |
"text_extracted": true,
|
245 |
+
"extracted_text": "MIM",
|
246 |
+
"text_confidence": 0.1295012063242566,
|
247 |
+
"processing_time": 0.1503138542175293
|
248 |
},
|
249 |
{
|
250 |
"sample_id": 27,
|
251 |
+
"original_filename": "LA5079.JPG",
|
252 |
"detected": true,
|
253 |
"text_extracted": true,
|
254 |
+
"extracted_text": "HHMH",
|
255 |
+
"text_confidence": 0.030043520033359528,
|
256 |
+
"processing_time": 0.16010427474975586
|
257 |
},
|
258 |
{
|
259 |
"sample_id": 28,
|
260 |
+
"original_filename": "WW697BH.jpg",
|
261 |
"detected": true,
|
262 |
"text_extracted": true,
|
263 |
+
"extracted_text": "I8878H",
|
264 |
+
"text_confidence": 0.09174328693888444,
|
265 |
+
"processing_time": 0.15700387954711914
|
266 |
},
|
267 |
{
|
268 |
"sample_id": 29,
|
269 |
+
"original_filename": "0648BU.png",
|
270 |
"detected": true,
|
271 |
"text_extracted": true,
|
272 |
+
"extracted_text": "06488V8",
|
273 |
+
"text_confidence": 0.6991549634156909,
|
274 |
+
"processing_time": 0.1695568561553955
|
275 |
},
|
276 |
{
|
277 |
"sample_id": 30,
|
278 |
+
"original_filename": "B121PHD_1.png",
|
279 |
"detected": true,
|
280 |
"text_extracted": true,
|
281 |
+
"extracted_text": "BIIPH",
|
282 |
+
"text_confidence": 0.7257371380533291,
|
283 |
+
"processing_time": 0.14912104606628418
|
284 |
}
|
285 |
]
|
286 |
}
|
training_config.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
-
"epochs":
|
4 |
"image_size": 640,
|
5 |
-
"batch_size":
|
6 |
"patience": 10,
|
7 |
"data_yaml": "yolo_dataset/data.yaml",
|
8 |
-
"training_date": "2025-08-
|
9 |
-
"device": "
|
10 |
"train_images": 411,
|
11 |
"val_images": 103,
|
12 |
"gpu_info": {
|
13 |
-
"cuda_available":
|
14 |
-
"device_name": "
|
15 |
-
"memory_gb":
|
16 |
}
|
17 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "YOLOv12n",
|
3 |
+
"epochs": 30,
|
4 |
"image_size": 640,
|
5 |
+
"batch_size": 4,
|
6 |
"patience": 10,
|
7 |
"data_yaml": "yolo_dataset/data.yaml",
|
8 |
+
"training_date": "2025-08-18T12:00:56.719161",
|
9 |
+
"device": "cpu",
|
10 |
"train_images": 411,
|
11 |
"val_images": 103,
|
12 |
"gpu_info": {
|
13 |
+
"cuda_available": false,
|
14 |
+
"device_name": "CPU",
|
15 |
+
"memory_gb": "N/A"
|
16 |
}
|
17 |
}
|