keras-mtcnn icon indicating copy to clipboard operation
keras-mtcnn copied to clipboard

Do the training codes work?

Open ssangsseok opened this issue 6 years ago • 0 comments

At first, great thanks to your hard work, I think it is a very good study material for a newbie like me.

BTW, I've tried to rebuild model files for each network (12, 24, 48) by running the codes you provided in 'training' folder.

I handled some minor mimatches between the training code and the network definitions in MTCNN.py, and managed to run training codes, and I now I have 3 model files. (with CelebA dataset only (gen_celebA_data_lmdb.py), do I have to include WIDER_FACE too? Is it mandatory?)

Unfortunately, if I replace old model files with my newly generated ones, MTCNN does not work at all, it fails to find ANY FACE.

How can I build my own model files?

Thanks in advance.

ssangsseok avatar Mar 15 '19 12:03 ssangsseok