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

How is re_coco_gt calculated? Difference between re_coco_det and re_coco_gt #84

Open statechular11 opened 3 years ago

statechular11 commented 3 years ago

Hello,

I know that both of re_coco_det and re_coco_gt have the following two fields

And img_bb in re_coco_gt is ground-truth bounding boxes while in re_coco_det, it is predicted bounding boxes from Faster-RCNN. What about img_feat? How is img_feat calculated in re_coco_gt and re_coco_det, respectively?

Thanks for any input!