We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is important for models that take only fixed no. of timesteps as input.
UniformSampling
subsample_prob
FrameSkipping
skip_frames
The text was updated successfully, but these errors were encountered:
We should do this for videos as well as poses.
Sorry, something went wrong.
Add the transforms mentioned in #10 for poses
498db9a
No branches or pull requests
This is important for models that take only fixed no. of timesteps as input.
1. Support for
UniformSampling
subsample_prob
subsample_prob
< 1, randomly sub-sampling or uniform-sampling is donesubsample_prob
==0, only uniform-sampling (for test sets)subsample_prob
==1, only sub-sampling (to reproduce results of some papers that use only subsampling)2. Support for
FrameSkipping
skip_frames
The text was updated successfully, but these errors were encountered: