Hailo in the precise quality control system - question

Dear colleagues, where could I find some tips on implementing a precise quality control system? In my case, I would like to implement a check of the correct positioning of the label on the package and detect cases when the said label is shifted by an offset exceeding the required standard.

Jarek

Hi @JRoko
I can think of the following way to implement such a system. Have a custom model to detect the label on the box. Such a model returns the bounding box coordinates of the label. Since you know the expected location of the label, you can find the offset from the center of the expected location and detected center. Let me know if you need help with any of these setps.

Hi @shashi
This could work, but the center reference point would have to be determined from a box with a label stuck on it that moves on a conveyor belt. I just wonder at what resolution these coordinates could be determined?