Closed takuya-takeuchi closed 4 years ago
As far as I can see this, it needs only lanrmark point to estimate pose? If so, it may be able to simplify network.
ops, poselayer code is missing...
poselayer is InnerProduct
WIP.
Roll: 13.3179502210815
Pitch: -25.4978731056757
Yaw: -46.5588758170786
Predicted Roll: 9.62651096074842
Predicted Pitch: -16.836335144937
Predicted Yaw: -48.8857434364036
Use KRLS instead of Dnn. It works fine.
Implemented HeadPoseEstimator. Get Face Landmark by FRDN and estimate head pose.
From Matrix
Reference
https://github.com/lincolnhard/head-pose-estimation
How to
From Deep Learning
Reference
https://github.com/guozhongluo/head-pose-estimation-and-face-landmark
How to
From SVM
Reference
https://sukohi.blogspot.com/2017/03/scikit-learn-head-pose-estimation.html
How to
Memo