voca icon indicating copy to clipboard operation
voca copied to clipboard

How to control expression in the edit_sequence.py?

Open jamja11 opened this issue 2 years ago • 2 comments

Thanks for share of the great work! I want to know how to control variance of expression from flame model. and I want to change smile obj so I found.. alter_sequence_shape within the edit_sequence.py, the model.betas[300:400] this can change the expression. I changed parameters.. but I don't know mouth control.. please help and thank you

jamja11 avatar Feb 23 '23 06:02 jamja11

Indeed, changing betas 300-400 can change the expression but it will mess up the speech-related expressions. For expression control, one would need to disentangle the speech- and emotion-related expression to change only the emotional content while keeping the speech-related content unchanged. Unfortunately, we don't have any solution for this yet.

TimoBolkart avatar Feb 23 '23 19:02 TimoBolkart

Thank you for your response! now, I don't use speech.. umm I just want to controll expression like webdemo https://flame.is.tue.mpg.de/interactivemodelviewer.html image

I try to edit model.betas[300:400] = [3., 2., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.] image umm.. nose shape is strange.. I want to know nose variation controll... Thank you

jamja11 avatar Feb 23 '23 23:02 jamja11