image_embeddings icon indicating copy to clipboard operation
image_embeddings copied to clipboard

Video datasets

Open Sebagam opened this issue 4 years ago • 1 comments

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

Sebagam avatar Jan 27 '21 18:01 Sebagam

you can use ffmpeg to generate images and then this repo to index them

rom1504 avatar May 05 '21 09:05 rom1504