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

I3D feature extraction change of size #125

Open
KarolyneFarfan opened this issue Apr 14, 2024 · 3 comments
Open

I3D feature extraction change of size #125

KarolyneFarfan opened this issue Apr 14, 2024 · 3 comments
Labels
question Further information is requested

Comments

@KarolyneFarfan
Copy link

Hello, thank you for your work.

I have a question, the output for RGB and flow, extracted separately, ¿could be concatenated to form a vector with size 2048?, as many models for action classification use. ¿Are the outputs processed to perform this operation or there any process you suggest i should follow?

Thank you in advance

@v-iashin
Copy link
Owner

hi, thanks!

i don't know if concatenation requires the features to be preprocessed somehow differently.

the lib will simply output two tensors: one from flow, the other from RGB. feel free to experiment with it

@v-iashin v-iashin added the question Further information is requested label Apr 14, 2024
@KarolyneFarfan
Copy link
Author

Thank you for your fast answer, but I do have another question: from which layer are the features extracted, and what is the process you follow afterwards? Sorry for asking so many questions.

@v-iashin
Copy link
Owner

https://v-iashin.github.io/video_features/models/i3d/

No worries. It is all there.

Alternatively, you may take a look at the source code:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants