You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, 21*4=84)?
The text was updated successfully, but these errors were encountered:
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
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, 21*4=84)?
The text was updated successfully, but these errors were encountered: