YOLO-Minimal icon indicating copy to clipboard operation
YOLO-Minimal copied to clipboard

A question about image augmentation

Open JamesYang568 opened this issue 1 year ago • 0 comments

You do img = cv2.resize(img, (self.image_size, self.image_size)) after cvtransform and make_target, witch means that the bboxes' are fixed but image size is changed. I my opinion, this operation will do harm to bbox position, so I wonder if it is right or just a little mistake. Thanks a lot :)

JamesYang568 avatar Mar 03 '23 14:03 JamesYang568