JanMarcelKezmann / TensorFlow-Advanced-Segmentation-Models

A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Other
151 stars 46 forks source link

Swin Transformer #8

Open anklebreaker opened 3 years ago

anklebreaker commented 3 years ago

Awesome project! If I could make a feature request, Microsoft's recent Swin Transformer seems to be a sota model in many tasks including semantic segmentation, and it would be great to include it.

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

JanMarcelKezmann commented 3 years ago

Thank you. Working on other projects I did not take a look at the latest research, but skimming the paper and repository of Swin-Transformers looks indeed very interesting and promising for getting good results. I probably will not implement it during this summer, i.e. the following weeks, but I guarantee to embed this and other models towards fall.