garvita-tiwari / PoseNDF

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

Denoising mode representation #29

Open tommyshelby4 opened 1 year ago

tommyshelby4 commented 1 year ago

In the denoising mode, the input I get has dimension (num_frames, 63) which seems weird to me bearing in mind the PoseNDF uses quaternion representation as input. Shouldn't it be *(num_frames, 214=84)**?

garvita-tiwari commented 10 months ago

Hi, "denoising mode, the input I get has dimension (num_frames, 63) " Are you talking about sample_pose.py or motion_denoise.py? Can you please point towards the line