ZenGengChin
Results
2
issues of
ZenGengChin
Hi, I tried to modify the MLD-VAE from skipTransformer to the normal transformer, but I found that the loss doesn't drop at around total loss = 0.17. But I found...
Hi, just noticed that your code for humanml3d process goes like: ```python NUM_JOINTS = 24 # and poses_adjust = motiton_meta["poses"][::fps_adjust_factor] poses_target = poses_adjust[start_frame:end_frame] axis_angles = poses_target.reshape(len(poses_target), -1, 3)[ :, :NUM_JOINTS,...