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

Migrate Cineast's VisualTextCoEmbedding #101

Open
ppanopticon opened this issue Aug 26, 2024 · 1 comment
Open

Migrate Cineast's VisualTextCoEmbedding #101

ppanopticon opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ppanopticon
Copy link
Member

Task Description

In #94 we discussed features that should be ported over from Cineast. One of these features was the VisualTextCoEmbedding feature that can be used to query image and video content using textual queries.

While the current implementation is arguably worse than OpenCLIP, is has one advantage: I uses information not just from the keyframe but also surrounding frames and may therefore spot things, other models might miss.

The goal of this issue is therefore to migrate the VisualTextCoEmbedding feature so that it can be used until we have a better alternative.

Dependencies

In light of #19, we ought to check, whether this should be part of the FES infrastructure or TorchServe.

Boundary Conditions

None

@ppanopticon ppanopticon added the enhancement New feature or request label Aug 26, 2024
@ppanopticon ppanopticon added this to the Release Candidate #2 milestone Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@ppanopticon and others