deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.42k stars 5.42k forks source link

RetinaFace aligned MS1MV2 #959

Open WIll-Xu35 opened 5 years ago

WIll-Xu35 commented 5 years ago

Hi all,

I'd like to use RetinaFace face for detection and arcface for recognition, since RetinaFace can bring a better recognition result. But the provided datasets are all aligned by MTCNN. Does anyone know where I can download the uncropped MS1MV2 dataset.

Many thanks.

fisakhan commented 5 years ago

I also need uncropped MS1M.

austingg commented 5 years ago

Yes, I'am looking forward retinaface based face recognition.

KMint1819 commented 3 years ago

I think using either face detection method is ok. The landmarks locations are the same and hence the alignment will also be the same. Mentioned in the repository here

Please check src/data/face2rec2.py on how to build a binary face dataset. You can either choose MTCNN or RetinaFace to align the faces.

InnocentMchechesi commented 1 year ago

I'm looking for the MS1MV2 data set. I want to train my FR models. Is there anyone who knows how I can access it??

InnocentMchechesi commented 1 year ago

Is there anyone who knows how i can access it. I want to use it for my models.