tensorflow / models

Models and examples built with TensorFlow
Other
77.03k stars 45.77k forks source link

Swin Transformers for image classification #10269

Open Rishit-dagli opened 3 years ago

Rishit-dagli commented 3 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the file you are using

I am planning to contribute this paper implementation: arXiv

2. Describe the feature you request

I plan to contribute to the model and/ or implementation of Swin Transformers (Shifted Window Transformer) which can serve as a general-purpose backbone for computer vision. Swin Transformer is a hierarchical Transformer whose representations are computed with shifted windows. I also contributed the minimal implementations and models of these to:

I could wok on expanding these as well.

3. Additional context

I would love to contribute this in either the community or the research category whichever would be more sensible.

4. Are you willing to contribute it? (Yes or No)

Yes

Rishit-dagli commented 2 years ago

@tombstone @jch1 @pkulzc I was wondering if there was any update on this?

congjianting commented 2 years ago

any update by now?