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
865 stars 62 forks source link

Add swin-transformer to ZOO #400

Open PapaMadeleine2022 opened 1 year ago

PapaMadeleine2022 commented 1 year ago

Hello, as we know, the basic ability of swin-transformer is better than vit. Can you provide swin-transformer in oml/models (including pre-train weight) ?

upd: Contribution instruction.

AlekseySh commented 1 year ago

@PapaMadeleine2022 , it's a good idea.

Unfortunately, I don't have time to work on this issue right now, so, contributions are welcome!

AlekseySh commented 1 year ago

If someone wants to work on this, here is the checklist of needed steps for adding a model & example of model adding PR

AlekseySh commented 6 months ago

Swin: https://github.com/microsoft/Swin-Transformer

Contribution instruction.

armored-guitar commented 6 months ago

I'll do this task

AlekseySh commented 3 months ago

@armored-guitar are you still going to implement this?