FaceBoxes-tensorflow icon indicating copy to clipboard operation
FaceBoxes-tensorflow copied to clipboard

Question about training

Open Pratyeka opened this issue 7 years ago • 1 comments

In pipeline.py / def _augmentation_fn(self, image, boxes):

The function random_image_crop() outputs the cropped image and boxes, then you resize the image without adjust the boxes. I think the resize op leads to mismatch.

Pratyeka avatar Oct 25 '18 08:10 Pratyeka

It's because the boxes are normalized with the image size , so resizing the image doesn't change the boxes' labels .

jameSssssss avatar Jan 03 '19 06:01 jameSssssss