yinguobing / head-pose-estimation

Realtime human head pose estimation with ONNXRuntime and OpenCV.
MIT License
1.24k stars 288 forks source link

Ask: Best Pose Suggestion #40

Open imomin opened 3 years ago

imomin commented 3 years ago

I came across this project from google. Is it possible to pass two pictures of a same person, one picture looking front and other looking to the side, up or down and it would suggest the best frontal face post? If so, how?

yinguobing commented 3 years ago

From issue #29 you will find out how to get the pose angles. A frontal face tends to have minimal angle values. But, I need to point out that the model do not do any form of validation check, which means you will get pose values even for random images. Please keep that in mind.