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
If I want to use the model just for inference and not from training, is the dataset generation necessary?
No the dataset generation is not necessary. You will just need to convert axis-angle poses to quaternion. And apply quaternion flip and normalization before feeding it to network. See sample_poses.py/L69:
If I want to use the model just for inference and not from training, is the dataset generation necessary?
The text was updated successfully, but these errors were encountered: