happynear / FaceVerification

An Experimental Implementation of Face Verification, 96.8% on LFW.
447 stars 234 forks source link

MatMTCNN in MegaFace dataset #82

Open Anguliachao opened 6 years ago

Anguliachao commented 6 years ago

Hi Feng @happynear , Thanks for your efforts in FaceVerification, I'm currently trying to utilize ur code in Megaface dataset to measure ur AMSoftmax model, since I use Ubuntu OS and caffe, I tested MTCNN on Linux which is all good , but I find that you are using a MTCNN windows project to finish align_facescrub.m , the hint you gave was MatMTCNN. If you are not using Windows, you need to modify some of the codes to directly use the Matlab version of MTCNN. If you have done such a work, I'm glad to merge your codes. However I'm a little bit confused on these words, what's the difference between MTCNN and MatCNN? Also the code in sphereface alignment use MTCNN(but v1 not v2), if I use MTCNN model in original repo, will the result be the same? Or do you have any clues on how can I directly use the Matlab version of MTCNN? If you have the code, could you share it with me ? Many thanks.