ChenRocks / UNITER

Research code for ECCV 2020 paper "UNITER: UNiversal Image-TExt Representation Learning"
https://arxiv.org/abs/1909.11740
777 stars 109 forks source link

Location features #65

Open FuyuWang opened 3 years ago

FuyuWang commented 3 years ago

Hi @ChenRocks , I see the location features for each region is a 7-dimensional vector, so could you please tell me the order of coordinates? Is it [x1, y1, x2, y2, w, h, w ∗ h] or [y1, x1, y2, x2, h, w, w ∗ h]? Thank you!