Closed hanoonaR closed 1 year ago
Thank you very much for pointing out this issue.
I have checked it and it appears to be a problem caused by my refactoring before the release. I have fixed it. Could you please take a look at the current code to confirm if it is correct? Thank you again.
Hi Authors,
I was working with the flickr30k dataset and noticed that it returns the original bounding boxes (ori_bboxes) directly, whereas other referring expression datasets utilize selected bounding boxes (select_bboxes) to replace ori_boxes.
ori_bboxes = torch.cat([ori_bboxes], dim=0)
Wouldn't this result in a mismatch between the region questions and the bounding boxes? Could you shed some light on this? Am I missing something?
Thank you!