YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

padding 0.37 ? #25

Open kli-casia opened 6 years ago

kli-casia commented 6 years ago

chips = detector.extract_image_chips(img, points, 144, 0.37) what does it mean to pad 0.37? Thanks

dshahrokhian commented 6 years ago

It increases the size of the bounding box by some extra margin, e.g. if you need to capture the entire head.

taylover-pei commented 5 years ago

It increases the size of the bounding box by some extra margin, e.g. if you need to capture the entire head.

If I want to crop the face with the scale 1.2, How to control the parameter?