Karim Radouane
Karim Radouane
Nothing for four years...
The final value of cumsum is the number of motion snippets of all a given split  For example when dataloader is constructed for validation We have the real number...
Okay, thanks for clarifying. It seems that you trained the autoencoder on each sampled motion of 64 frames, considering them individually from all the training data. Regarding your work on...
@LinghaoChan @EricGuo5513 Could this be the source of the mismatch problem in body parts compared to the text reference, as I mentioned here [issue #85 ] It seems that not...
I think there is a relation between this issue and the others issues #55 #20 #45 #85 This Z+ initialization and Swapping seems not works as intended. Because, there still...
@LinghaoChan All files where the person doesn't face the camera view seems to have this problem for example from the **Test Set** Skeleton Face the opposite view of the camera...
@LinghaoChan The problem seems to not appear in SMPL visualization as a thought, but in the skeleton-based visualization using the 3D joint coordinates of the files .npy the skeleton doesn't...
@LinghaoChan Yes, here is the code, maybe the path should be modified ``` import numpy as np import matplotlib.pyplot as plt from matplotlib import animation, rc sample_path = "./HumanML3D/new_joints/002651.npy" joint_poses...
@LinghaoChan The problem is solved, after the discussion with the author, I found that the y and z axis should not be swapped for HumanML3D (not KIT-ML) instead the camera...