Question
How do I extract features from my own recorded video using VideoMAEv2 for inference with Baseline_VideoMAEv2-Giant.ckpt?
Background
I'm trying to extract features from my own recorded video. This project seems designed for processing pre-processed video frames, but I'd like to understand:
-
How to process the raw video into the correct frame format (frame_*.jpg)
-
How to extract features from a custom video using the VideoMAEv2 model
I only know that a sliding window is needed, but I know nothing else about the details.
Thanks!
Question
How do I extract features from my own recorded video using VideoMAEv2 for inference with Baseline_VideoMAEv2-Giant.ckpt?
Background
I'm trying to extract features from my own recorded video. This project seems designed for processing pre-processed video frames, but I'd like to understand:
How to process the raw video into the correct frame format (
frame_*.jpg)How to extract features from a custom video using the VideoMAEv2 model
I only know that a sliding window is needed, but I know nothing else about the details.
Thanks!