PKU-ICST-MIPL / PosterLayout-CVPR2023

Official repository for "PosterLayout: A New Benchmark and Approach for Content-aware Visual-Textual Presentation Layout" (CVPR 2023).
120 stars 4 forks source link

Flipping x and y in some annotations? #13

Open naoto0804 opened 1 year ago

naoto0804 commented 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.

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?

theKinsley commented 1 year ago

Hello Naoto, thank you for reporting the issue. We've checked and corrected it, and we will resend the corrected version soon!