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

about the advice of small face

Open zhouyufei0001 opened this issue 6 years ago • 1 comments

thanks for your jobs! the faceboxes doesn't work well on small face as you warning in Notes 1, it's kind of you for advice of 'But you can improve its performance if you upscale images before feeding them to the network.For example, resize an image keeping its aspect ratio so its smaller dimension is 768.', I can't understand well about this, do you have some Literature or code about this? thank you very much

zhouyufei0001 avatar Apr 10 '19 01:04 zhouyufei0001

The detector only works well for faces of certain scales. The scales that it has seen during the training. So when you use the detector you need to make sure that input images have faces of the right scales.

Also, it is a standard practice in object detection to upscale an image before feeding it to a network.

TropComplique avatar Apr 10 '19 21:04 TropComplique