garvita-tiwari / PoseNDF

Implementation of Pose-NDF: Modeling Human Pose Manifolds with Neural Distance Fields
Other
209 stars 19 forks source link

image_fitting #25

Open Sugiiiii opened 1 year ago

Sugiiiii commented 1 year ago

The current image_fitting does not seem to be the latest version. I encountered many variable mismatch issues while trying to run image_fitting.py. I would really appreciate it if you could upload the latest runnable version.

Sugiiiii commented 1 year ago

This is the result I got: 图片

yhc-1 commented 1 year ago

Same issue, could you please update your code?

moonbow721 commented 1 year ago

It would be better if the codes for quantitative evaluation could be updated.

moonbow721 commented 1 year ago

The implementation of image_fitting is quite different from the descriptions in the paper. For example, the bending term for elbows and knees is not used here. Besides, why does the 'temp' term for motion sequences also appear here? https://github.com/garvita-tiwari/PoseNDF/blob/2a9e4f10bfa637486dd0259aacf8e67b0106317f/experiments/image_fitting.py#L179-L213

HonglinChu commented 10 months ago

where define self.loss_weight?

HonglinChu commented 10 months ago

image I can not run image_fitting, it seems that the code have many errors

HonglinChu commented 10 months ago

image image where the self.loss_weight is defined?

tacalvin commented 7 months ago

Anyone manage to get this to work?