You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two custom YOLOv4 model.
One of them is a license plate detector using 256 x 256 input size.
The other is a character detector which is using input size with different width and hegiht (width = 416, height = 224).
If we are using opencv backend both the plate and character detector returns valid detections.
When we change the backend to Inference Engine the license plate detector returns the same results as before but the character detector results go wrong:
The backend was the only difference between the two execution.
The only difference between the two model is that one has the same input width and height and the other does not.