OML-Team / open-metric-learning

Metric learning and retrieval pipelines, models and zoo.
https://open-metric-learning.readthedocs.io/en/latest/index.html
Apache License 2.0
836 stars 58 forks source link

Add support for EVA-CLIP model #532

Closed stoensin closed 4 weeks ago

stoensin commented 2 months ago

Dear developers,

I would like to request the addition of support for the EVA-CLIP model in this project. EVA-CLIP is a powerful image-text dual-encoder model that has shown strong performance on a variety of visual tasks.

Including support for EVA-CLIP would be valuable for users who wish to leverage its capabilities for their own applications and research. The ability to easily integrate EVA-CLIP into this project would greatly expand its utility and functionality.

I would be happy to contribute to the development effort required to implement EVA-CLIP support, if that would be helpful. Please let me know if you have any questions or need further information from me.

Thank you for your consideration. eva-clip:https://github.com/baaivision/EVA/tree/master/EVA-CLIP Best regards 🤩

AlekseySh commented 2 months ago

Hi,

Thank you for your interest!

Does EVA-CLIP have any requirements different from what we have in OML? (You could check them in the ci folder of the repo).

Here is the recent PR where we added DINO v2 model. Just for reference. PR

AlekseySh commented 4 weeks ago

Deu to inactivity