MTCNN-Tensorflow icon indicating copy to clipboard operation
MTCNN-Tensorflow copied to clipboard

performance of pretrained model

Open RunningLeon opened this issue 7 years ago • 2 comments

Hi, Have you evaluated the pretrained model on any other dataset? Can you post it? Thanks a lot.

RunningLeon avatar Jun 05 '18 11:06 RunningLeon

I have tested it on Wider Face dataset with the official evaluation tools, and the result is about 3~5% lower than the original caffe model. I think the author may have adopted some other training strategy like preparing more negative data, because I noticed that his PNET would generate less false candidates than mine. Maybe you can try something like that.

Good luck!

baomingwang avatar Jun 05 '18 12:06 baomingwang

@wangbm are you referring to pretrained/*.npy ? or the models at save_model/all_in_one ? or are they actually the same ?

choice17 avatar Aug 10 '18 11:08 choice17