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

How to preprocess data? #3

Closed
shamanez opened this issue Oct 27, 2020 · 1 comment
Closed

How to preprocess data? #3

shamanez opened this issue Oct 27, 2020 · 1 comment

Comments

@shamanez
Copy link

shamanez commented Oct 27, 2020

I want to try this with a custom video dataset. How can I do it? I have the following questions.

  1. What should be the maximum length of a single training video clip?
    - Is it similar to the UCF101 dataset or we can use longer videos?
  2. Should each video be saved as image frames?
  3. What is the framerate?
@laura-wang laura-wang reopened this Jun 7, 2021
@laura-wang
Copy link
Owner

Sorry for the late reply. Hope you still need the answers.

  1. The maximum length of single video clip is not limited to 16. These days, many other researchers also use 32 or 64 frames. It depends on your GPU memory. Normally, the longer the video, the better the performance.
  2. It is ok to first extract the video to frames (I normally do this). But there are other libraries that can load video data directly.
  3. The framerate I used is the standard 25 fps.

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