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
Hi!If n_frames represents the frames of a video, How can I extract features of size n_frames*1024 with rgb_videos as the input?
The text was updated successfully, but these errors were encountered:
I3D requires stacking multiple frames as input. If you want dense features, you need to densely sample 64 frames as input with one frame as stride.
Sorry, something went wrong.
However, we still can not guarrantee n_frames*1024 featrures.
No branches or pull requests
Hi!If n_frames represents the frames of a video, How can I extract features of size n_frames*1024 with rgb_videos as the input?
The text was updated successfully, but these errors were encountered: