Closed Keysmis closed 5 years ago
boxes_t[:, 0::2] = boxes_t[:, 0::2] * (self.img_dim / width) / self.img_dim, so the self.img_dim is reduced.
@biubug6 A little of-topic.. Can you described the meaning behind "min_sizes" and "steps" in config please? What would be the reason for modifying them?
"min_sizes" is anchor size on different scales, "steps" is downsampling rate of feature map. I don't modify them?
@hegc Sorry. maybe I'm missing something but both boxes and landmarks are normalized with width and height of the image before resizing, why? Since height and width change after resizing shouldn't they be normalized with width and height after resizing?
I think you have a mistake in data_augment.py preproc ruction.
maybe you should multiply the resize_size??