AliaksandrSiarohin / video-preprocessing

506 stars 135 forks source link

Why not just crop the faces with their meta data from VoxCeleb since we already have the face bboxes? #21

Open Cold-Winter opened 3 years ago

Cold-Winter commented 3 years ago

Thank you for the elegant implementation. It helps a lot!

I am wondering why you need to detect the faces from the VoxCeleb dataset since we already have the face bounding box meta data in this dataset? Are you trying to crop tighter face bboxs instead of using their boxes? What if we train the first order model with the faces cropped by their boxes?

charan223 commented 3 years ago

Any update on this?

brianw0924 commented 2 years ago

Same question

HowieMa commented 1 year ago

Same question. Besides, it seems that the provided bounding box is not a square bounding box. For example, the bounding box has a size of (1018 - 648, 553-48), i.e, (370, 505). However, this code directly resizes this rectangle image to a square one, as in here.

image