faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
gt_boxes format
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.