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

THUMOS feature extraction #52

Open
thematrixduo opened this issue Jun 25, 2021 · 2 comments
Open

THUMOS feature extraction #52

thematrixduo opened this issue Jun 25, 2021 · 2 comments

Comments

@thematrixduo
Copy link

Could you please share how do you obtain the extracted features for THUMOS dataset? Also for TSN models using ResNet-50, the final feature maps has depth 2048. However in your h5 file the feature has 1024 dims. How do you obtain this? Many Thanks!

@ZhongkaiZ
Copy link

Hi, I think It combine Flow.h5 and RGB.h5, so the feature maps has depth 2048.

@thematrixduo
Copy link
Author

Hi, I think It combine Flow.h5 and RGB.h5, so the feature maps has depth 2048.

In the code, they actually concatenate the two features, resulting in a vector of 2048 dims. However the raw feature vector from Flow and RGB only has 1024 dims. This is different from the official TSN model.

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