hi there, great project!
in the inference.py --flame mode, in the demo that edits exp, it seems that the exp coef is randomly given rather than keep the source image expression
for i in range(10):
exp = torch.zeros(1, 100).to(src_img.device) # (1, 100)
exp[0, 0] = 2 * i / 10
Is there any way to edit the head pose only and keep the input face expression the same?