-
Notifications
You must be signed in to change notification settings - Fork 59
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
Regarding the extraction of I3D video features #34
Comments
Hi @shinkyo0513 , |
Thank you! By the way, how do you deal with the features for the frames at the beginning and end, i.e., frames in t=[0, 9] and in [T-9, T]? For these frames, there is no enough frames in their window size. |
we applied zero padding for theses cases. |
Hi |
May I ask if the two features you extracted are both 1024 dimensions |
Hi, Yazan,
Can I ask one question regarding the I3D video feature extraction?
As I know, I3D produce one feature for a 16-frame clip. Do you use this setting to generate each feature, i.e., extracting one feature for continuous 16 frames?
If so, assuming the index of the frame which I want to generate feature for is t, from which range should I sample the 16-frame clip, [t, t+15], or [t-15, t], or [t-7, t+8]...?
Thank you in advance!
The text was updated successfully, but these errors were encountered: