ascust / 3DMM-Fitting-Pytorch

A 3DMM fitting framework using Pytorch.
600 stars 95 forks source link

Can not close eye. #1

Closed lyyiangang closed 3 years ago

lyyiangang commented 3 years ago

Thanks for your repo first. I find the closed eye can not be fit. Input : image Output: image

The question is how to make the eyes close?

ascust commented 3 years ago

As far as I know, the 3DMM model used in this project is not good at fitting closed eyes. I think it is because the expression bases can not cover all the expressions. For some special expressions like "close one eye with the other open", it is rather difficult to find an expression vector.

lyyiangang commented 3 years ago

@ascust thanks for your advice.