louis-she / sfd.pytorch

S3FD: single shot face detector in pytorch
MIT License
113 stars 20 forks source link

about tiny face #33

Closed foralliance closed 5 years ago

foralliance commented 5 years ago

@louis-she HI 根据caffe源码#7,因为eval_tools的原因,需要屏蔽掉tiny faces.原作者指出:When training,we do not use these extremely tiny faces (i.g., width or height<6 pixels). 但在您的代码中,并未体现这一点!!

谢谢!

louis-she commented 5 years ago

Hi @foralliance
这个repo复现了一下S3FD,wider face只是用来训练的,我并没有仔细看wider face的文档。 另外你可以自行修改evaluation_metrics.py里面计算 AP 的代码