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

pose and shape Parameter Space Sampling #11

Open
uestcjackey opened this issue Mar 7, 2022 · 2 comments
Open

pose and shape Parameter Space Sampling #11

uestcjackey opened this issue Mar 7, 2022 · 2 comments

Comments

@uestcjackey
Copy link

Hi,Thank you for providing the code,wonderful job.

I feel puzzled about the SMPL pose and shape param sampling mentioned in your paper section 5.1. Does uniform sampling means you not need to fit the CMU data as a mixed-gauss function, just to calculate the mean value and standard deviation to generate virtual shapes for every dims(usually as 10 dims)?

eg: numpy.random.uniform(low,high,size)

Do you provide any code or suggestion for this part? Thanks a lot.

@uestcjackey
Copy link
Author

@williamljb any help will be appreciate, thks

@williamljb
Copy link
Owner

For the pose sampling I simply used the CMU MoCap dataset. For the shape sampling I used np.random.uniform(-3,3,[20])

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