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

How to calculate yaw? Use equation in your paper can't get same result in IJBA #38

Closed mwy691222563 closed 5 years ago

mwy691222563 commented 5 years ago

According to the equation in your paper, yaw value belongs to [4*e^-5, 0.9998] when the angle belongs to [0, 90]. But in IJBA nonlinear_list.txt some yaw around e^-9. How to get these values? Thank you

penincillin commented 5 years ago

Please use the function norm_angle to calculate yaw angles. Thanks