AITTSMD / MTCNN-Tensorflow

Reproduce MTCNN using Tensorflow
1.51k stars 713 forks source link

what about the thresholds in test code for fddb? #37

Closed T-mac93 closed 6 years ago

T-mac93 commented 6 years ago

看了几个关于mtcnn的代码,在fddb上test的时候给的thresholds都是【0.6,0.15,0.05】,请问其中原因是什么呢?谢谢~

AITTSMD commented 6 years ago

@T-mac93 没什么特殊吧!一般PNet的阈值设大一些,排除大量的非人脸样本,RNet和ONet的阈值设小一些,保证准确率~