yinguobing / head-pose-estimation

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

The neck posture is disturbed by the mouth #43

Closed 43998213 closed 3 years ago

43998213 commented 3 years ago

The neck posture is disturbed by the mouth

43998213 commented 3 years ago

include https://github.com/natanielruiz/deep-head-pose, The posture will shake,When you open your mouth.

yinguobing commented 3 years ago

Yes. The pose is estimated by solving a PnP problem that takes all face landmarks into consideration. It will be affected by relative changing distributions of some marks. Ignoring these marks may be helpful.

43998213 commented 3 years ago

Yes. The pose is estimated by solving a PnP problem that takes all face landmarks into consideration. It will be affected by relative changing distributions of some marks. Ignoring these marks may be helpful.

I think the problem come from res10_300x300_ssd_iter_140000.caffemodel,When you open your mouth, the identification box will become larger and the point will become larger.

43998213 commented 3 years ago

god job I learn a lot and thanks a million

yinguobing commented 3 years ago

Glad to hear that!