vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 335 forks source link

I do not understand the issue about shape loss #145

Open mshmoon opened 3 years ago

mshmoon commented 3 years ago

shape_loss = torch.sum(self.shape_prior(body_model_output.betas)) * self.shape_weight ** 2

So, what is the reason that the shape_loss. Anybody can explain it for me.