TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.73k stars 423 forks source link

Do you need image alignment during training or evalution? #8

Closed x7177214 closed 5 years ago

x7177214 commented 5 years ago

Thanks.

x7177214 commented 5 years ago

I am also wondering what the dataset you used to pretrain Mobilefacenet. Thanks.

TreB1eN commented 5 years ago

yes, you can see from the codes, alignment is through MTCNN

x7177214 commented 5 years ago

thanks

x7177214 commented 5 years ago

I am also wondering what the dataset you used to pretrain Mobilefacenet. Thanks.

TreB1eN commented 5 years ago

emore dataset, I think it's a variation of MSCELEB, you can see more from this discussion

https://github.com/deepinsight/insightface/issues/215

x7177214 commented 5 years ago

Thanks.

TreB1eN commented 5 years ago

closing