MILVLG / mcan-vqa

Deep Modular Co-Attention Networks for Visual Question Answering
Apache License 2.0
438 stars 88 forks source link

box is xyxy or xywh? #39

Closed Originofamonia closed 2 years ago

Originofamonia commented 2 years ago

Hello,

Thanks for your code. I was trying to plot rois (boxes) on the images. Can I ask what's the box format? e.g.: (x_min, y_min, x_max, y_max) or (x_min, y_min, w, h)?

Regards.

MIL-VLG commented 2 years ago

[x_min, y_min, w, h]