-
Notifications
You must be signed in to change notification settings - Fork 90
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
Time to execute raw_pose_preprocessing #41
Comments
It does take much time, especially when you use CPU. You could try to use GPU, and open several thread doing this. |
Hi, I think the for loop in 'raw_pose_processing.ipynb' may not be appropriate, the SMPL body model can process sequence data which is more efficient.
I change the above code to the following, eliminating the for loop.
This can reduce the processing time enormously |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that the time taken to execute raw_pose_preprocessing.py over all the amass data as 3-4 days. Is it expected or am I doing something wrong.
The text was updated successfully, but these errors were encountered: