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

extract features #3

Open
Serendipity-LC opened this issue Apr 9, 2020 · 2 comments
Open

extract features #3

Serendipity-LC opened this issue Apr 9, 2020 · 2 comments

Comments

@Serendipity-LC
Copy link

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?

@JaywongWang
Copy link
Owner

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.

@JaywongWang
Copy link
Owner

However, we still can not guarrantee n_frames*1024 featrures.

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