Head Pose Estimation AAM + POSIT
Uploader Comments (pedroadmartins)
All Comments (8)
-
Nice work. I'd like to play around and experiment with AAM, but I am not into computer vision nor do I have a lot of time to learn the theory weel enough to implement it myself. Does anyone know an open source implementation of AAM that could run on a mac? What did you use here? OpenCV? Any chance you'd share your code?
-
In my continues studies I always end up in that video of yours again, it is just great :-)
-
just found your paper "Monocular Head Pose Estimation".
good work :-)
-
when you reach certain side angles you could retrain you model with the new textures to include changes in lighting to enhance it even further.
-
I am using an adaptive method in a theses, maybe I record a video and post in on youtube.
-
What you could do next is to take the simple 3D mesh and use a frontal image as a texture, rotate the textured mesh over a set of angles an use these images to train a new model which fits better on your face. when this is done you can track your face to lets say +- 45degrees.
It is great to see how tolerant POSIT can be.
Is it a RANSAC or a least-square approach in this POSIT implementation?
dailydols 1 year ago
@dailydols
Hi. I'm using a LS implementation. With a lot of 2D/3D correspondences the POSIT performs very well (assuming that you have a good 2D feature tracker).
pedroadmartins 1 year ago