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

Features extraction and preparation of new video dataset #51

Open
MH-Python opened this issue Nov 6, 2024 · 0 comments
Open

Features extraction and preparation of new video dataset #51

MH-Python opened this issue Nov 6, 2024 · 0 comments

Comments

@MH-Python
Copy link

We want to use your pre-trained models (K700) to exctract visual features of some videos and then use these features in a classifier.
When we checked the last layer output (before the classification layer of 700), it contained a 1024 1D vector for each 3, 16, 224, 224 input. Can this be cosidered as the latent-features, or there is another way or a layer that containes more semantic features?

The dataset of video was prepared as short videos of 64 frames (fps 30) and then downsampled to 16 frames by a temporal step of 4,
video_frames = video_frame[::4]
doest this sound as valid processing of the video before passing it to the model for features extraction.

Thank you

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

1 participant