rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.42k stars 213 forks source link

Video prediction #163

Closed nikky4D closed 2 years ago

nikky4D commented 2 years ago

To apply to video, we need to break the video into frames, then apply this to each frame. Is there a way to do this directly on video?

rom1504 commented 2 years ago

You might like https://github.com/iejMac/clip-video-encode

nikky4D commented 2 years ago

Thank you. I'll check it out.