Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference #28

Open
tommyshelby4 opened this issue May 31, 2023 · 2 comments
Open

Inference #28

tommyshelby4 opened this issue May 31, 2023 · 2 comments

Comments

@tommyshelby4
Copy link

If I want to use the model just for inference and not from training, is the dataset generation necessary?

@tommyshelby4
Copy link
Author

Additionally, how can I obtain the data, pose manifold, configuration file and PoseNDF checkpoint file for this setting amass_flip_test?

@garvita-tiwari
Copy link
Owner

garvita-tiwari commented Aug 24, 2023

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:

noisy_poses, _ = quat_flip(noisy_poses)
noisy_poses = torch.nn.functional.normalize(noisy_poses,dim=-1)

Additionally, how can I obtain the data, pose manifold, configuration file and PoseNDF checkpoint file for this setting amass_flip_test?

This is the checkpoint and config file:https://nextcloud.mpi-klsb.mpg.de/index.php/s/4zxN93WL769pSAK?path=%2Fversion2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants