In the case where images are a bit rotated Surya can apparently return 8 coordinates in the form [x1, y1, x2, y2, x3, y3, x4, y4] which are 4 corners of a rotated bbox. Currently the code normalizes this into a straight bbox but this is a bad idea, please always pass this output format instead of a bbox format
In the case where images are a bit rotated Surya can apparently return 8 coordinates in the form
[x1, y1, x2, y2, x3, y3, x4, y4]which are 4 corners of a rotated bbox. Currently the code normalizes this into a straight bbox but this is a bad idea, please always pass this output format instead of a bbox format