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
Plate corners should be in the form:
top left, top right, bottom right, bottom left
Sometimes (especially plates w/ high angles) the order is not correct. A simple way to resolve this would be to sort the points by x coordinate, then sort the left 2 by y, and the right 2 by y.
The text was updated successfully, but these errors were encountered:
Plate corners should be in the form:
top left, top right, bottom right, bottom left
Sometimes (especially plates w/ high angles) the order is not correct. A simple way to resolve this would be to sort the points by x coordinate, then sort the left 2 by y, and the right 2 by y.
The text was updated successfully, but these errors were encountered: