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

Support for UniformSampling and Frame-Skipping #10

Open
GokulNC opened this issue Jun 30, 2021 · 1 comment
Open

Support for UniformSampling and Frame-Skipping #10

GokulNC opened this issue Jun 30, 2021 · 1 comment
Labels
important feature High priority enhancements

Comments

@GokulNC
Copy link
Member

GokulNC commented Jun 30, 2021

This is important for models that take only fixed no. of timesteps as input.

1. Support for UniformSampling

  • Rename TemporalSubsample to TemporalSample
  • Add a param: subsample_prob
    • If 0 < subsample_prob < 1, randomly sub-sampling or uniform-sampling is done
    • If subsample_prob==0, only uniform-sampling (for test sets)
    • If subsample_prob==1, only sub-sampling (to reproduce results of some papers that use only subsampling)

2. Support for FrameSkipping

  • Create a new aug class with param: skip_frames
  • Sample once per that value and return
@GokulNC GokulNC added the important feature High priority enhancements label Jun 30, 2021
@GokulNC
Copy link
Member Author

GokulNC commented Jun 30, 2021

We should do this for videos as well as poses.

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

No branches or pull requests

1 participant