-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello. I love your great work.
I have a question.
When I tried to pre-train 3DMM estimator, I found 'param loss' (the line 305 in model.py)
Line 305 in 189856a
param_loss = 1e-3 * (torch.mean(codedict['shape'] ** 2) + 0.8 * torch.mean(codedict['exp'] ** 2)) |
But, I couldn't understand the role of this loss term...
Could you explain more about this loss term? (How param loss work)
For 3DMM parameters (Shape, Expression), how can we regulate this parameters although there are no GT (Ground Truth). (I understand 'ldmk_loss' because we prepare ldmk GT before training)
Please forgive me
Thank you.
Metadata
Metadata
Assignees
Labels
No labels