Open naoto0804 opened 1 year ago
It seems some of the coordinates are obviously x-y flipped. As far as I understand, bbox annotations use [left, top, right, bottom] format and size of all the images are (513, 750). However, in some files, right exceeds 513.
right
train/183.png [24, 51, 490, 153] train/183.png [66, 174, 443, 235] train/183.png [0, 324, 750, 422]
Here are some files that have such issues: train/208.png, train/827.png. Could you check the annotations?
train/208.png
train/827.png
Hello Naoto, thank you for reporting the issue. We've checked and corrected it, and we will resend the corrected version soon!
It seems some of the coordinates are obviously x-y flipped. As far as I understand, bbox annotations use [left, top, right, bottom] format and size of all the images are (513, 750). However, in some files,
right
exceeds 513.Here are some files that have such issues:
train/208.png
,train/827.png
. Could you check the annotations?