Please enable JavaScript.
Coggle requires JavaScript to display documents.
Download image via Service Titan - Coggle Diagram
- Download image via Service Titan
.jpg/.png file
list of objects with the fields:
value: string,
label: string | null,
stringConfidence: number
final image from step 2
age,
confidence,
precision (day,month,year),
explainability trail
- Return age and confidence score
-
-
3c. Iterate over all text values using a dictionary of manufacturer serial number rules. Assign a confidence vote for each iteration.
-
If manufacturer was determined in previous step, only iterate using dictionary entries for that manufacturer
-
2a. object detection to hone in on the label
https://github.com/THU-MIG/yolov10
-
may not work if label is damaged or image quality is poor. In this case, proceed to next step using full image.
2b. Pre-processing
unskew (four-point transform), denoise, contrast-limited adaptive histogram equalization (CLAHE), adaptive thresholding; try inverted text if needed.
-
2e. Post-processing
Remove likely OCR confusions: O/0, I/1, B/8, Z/2, S/5
-
-