Closed foralliance closed 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). 但在您的代码中,并未体现这一点!!
谢谢!
Hi @foralliance 这个repo复现了一下S3FD,wider face只是用来训练的,我并没有仔细看wider face的文档。 另外你可以自行修改evaluation_metrics.py里面计算 AP 的代码
@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). 但在您的代码中,并未体现这一点!!
谢谢!