penincillin / DREAM

This is the public repository for our accepted CVPR 2018 paper "Pose-Robust Face Recognition via Deep Residual Equivariant Mapping"
http://mmlab.ie.cuhk.edu.hk/projects/DREAM/
BSD 2-Clause "Simplified" License
389 stars 98 forks source link

what's meaning of pretrained model? #18

Closed minushuang closed 6 years ago

minushuang commented 6 years ago

this source provides some pretrained models(4), named as cfp... ijba..., what's meaning of this name style? Dose that mean cfp...model can only use to evaluate the CFP face data? Or the model is trained on the CFP?

penincillin commented 6 years ago

cfp..model means use this pretrained model, you could get the same or similar results on CFP dataset we report in our paper. cfp..model and ijba..model has similar architecture (both ResNet). The main differences is that they are trained with different data, so their performance might differ.

jolinlinlin commented 5 years ago

@penincillin hi,as you say,cfp..model and ijba..model are trained with different data.Can you tell me which dataset you used to train they?