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

Regarding the extraction of I3D video features #34

Open
shinkyo0513 opened this issue Aug 21, 2021 · 5 comments
Open

Regarding the extraction of I3D video features #34

shinkyo0513 opened this issue Aug 21, 2021 · 5 comments

Comments

@shinkyo0513
Copy link

shinkyo0513 commented Aug 21, 2021

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!

@yabufarha
Copy link
Owner

Hi @shinkyo0513 ,
We used a window of size 21 around each frame, i.e. [t-10, t+10].
For more details about the features please check this repo https://github.com/ahsaniqbal/Kinetics-FeatureExtractor

@shinkyo0513
Copy link
Author

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.

@yabufarha
Copy link
Owner

we applied zero padding for theses cases.

@yueyanpeng
Copy link

Hi
I tried i3d feature extractor and got flow feature and rgb feature seperately, I was wondering in this project which feature is used?
Thank you so much

@clearlove7-star
Copy link

Hi 你好 I tried i3d feature extractor and got flow feature and rgb feature seperately, I was wondering in this project which feature is used?我尝试了 i3d 特征提取器并分别获得了 flow 功能和 rgb 功能,我想知道在这个项目中使用了哪个功能? Thank you so much非常感谢

May I ask if the two features you extracted are both 1024 dimensions

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

4 participants