jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gt_boxes format

michaelku1 opened this issue · comments

Hello, I'd just like to confirm whether the ground truth bounding box format is (x,y,w,h) or (x,y, w, h)? If I'm not wrong it should be the first one correct? Thanks.