Jiaxiong Yang

Results 2 issues of Jiaxiong Yang

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...