flame-fitting icon indicating copy to clipboard operation
flame-fitting copied to clipboard

Can FLAME estimate eyeball rotation when only using landmarks for fitting?

Open hengfei-wang opened this issue 3 years ago • 3 comments

Flame has the parameters which can control eyeball rotation. But I saw that the landmark used for flame fitting doesn't include pupil center which may make it impossible to estimate eyeball rotation parameters only from landmarks?

hengfei-wang avatar Dec 26 '22 17:12 hengfei-wang

You are right, estimating eye gaze by optimizing FLAME's eyeball pose parameters requires additional landmarks for the pupil center. If you are using a landmark predictor that provides pupil center locations, one can easily add the distance between FLAME's projected pupil center and the predicted pupil locations (i.e., same as the existing landmark loss but for an additional pair of points) as additional loss and optimize for FLAME's eyeball parameters.

TimoBolkart avatar Dec 30 '22 15:12 TimoBolkart

Thank you! I will give it a try.

hengfei-wang avatar Jan 03 '23 10:01 hengfei-wang

I would like to do something similar not for eyes but like add a few more known landmarks. Were you able to add it? Is so can you share steps or code to do the same?

ArjunZ786 avatar Jan 30 '23 06:01 ArjunZ786