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
388 stars 98 forks source link

what's the yaw type? #22

Closed tjusxh closed 6 years ago

tjusxh commented 6 years ago

Thanks for your sharing. I found that there are two yaw types "nonli" and "linear" in the ijba dataset. Please what's the meaning? Thanks very much.

penincillin commented 6 years ago

The yaw angle lies in [-pi/2, pi/2] original. In DREAM block, yaw angle was mapped into [0, 1]. 'linear' and 'nonli' means the mapping is in linear or non-linear manner. More details could be found in the paper. You could search in the paper with the keywords "monotonous nonlinear mapping".