yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
378 stars 232 forks source link

CalculateError use incorrect inter-pupil distance #33

Open PeterWang1986 opened 6 years ago

PeterWang1986 commented 6 years ago

"y = mean(temp.col(1))[1]" I think it should be "y = mean(temp.col(1))[0]" ?