I would like to get the embeddings for each frame of a video dataset.
I'm using CV2 to get the frames, so I end up with frames of (720, 1280, 3). Being the first two dimensions the resolution and 3 the color channels.
How can I get the embedding of each frame?
I don't see a function to load new datasets in the .ipynb from scratch.
Hello,
I would like to get the embeddings for each frame of a video dataset. I'm using CV2 to get the frames, so I end up with frames of (720, 1280, 3). Being the first two dimensions the resolution and 3 the color channels.
How can I get the embedding of each frame? I don't see a function to load new datasets in the .ipynb from scratch.
Thanks