ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.33k stars 3.05k forks source link

修改最小人脸尺寸 #85

Closed hehohoku closed 5 years ago

hehohoku commented 5 years ago

于老师,能否修改最小检测人脸尺寸,如何修改?谢谢

ShiqiYu commented 5 years ago

by resizing the size of the input image.

On Fri, Mar 15, 2019 at 10:22 AM heshohoku notifications@github.com wrote:

于老师,能否修改最小检测人脸尺寸,如何修改?谢谢

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/85, or mute the thread https://github.com/notifications/unsubscribe-auth/AG0eHelww_O-Pk_NGcz7dlKnfmPDxGt0ks5vWwPVgaJpZM4b1kvg .

hehohoku commented 5 years ago

谢谢您的回复! 但是能否修改检测最小人脸尺寸,如现在是12*12,能否修改这个值?

xuanyuyt commented 5 years ago

最小尺度是根据你的训练样本中目标大小分布来的,如果你需要检测出更小尺度自然是要拿自己的数据去重新训练的。

hehohoku commented 5 years ago

谢谢!!!

JoJo-ops commented 4 years ago

最小尺度是根据你的训练样本中目标大小分布来的,如果你需要检测出更小尺度自然是要拿自己的数据去重新训练的。

怎么拿自己数据训练