open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.94k stars 2.57k forks source link

Add SwinV2(UperNet) and FD-SwinV2 to model_zoo #1778

Open rznas opened 2 years ago

rznas commented 2 years ago

Describe the feature

Motivation There is no implementaiton of SwinV2 for semantic segmentation Related resources The original implementation is only for Image Classification.

Additional context

Swin Transformer V2: Scaling Up Capacity and Resolution.

image

Contrastive Learning Rivals Masked Image Modeling in Fine-tuning via Feature Distillation. image

MeowZheng commented 2 years ago

We are planning these models indeed. However, it won't be finished in a short time due to the lack of developers. Collaborations are appreciated If you are interested in it.

rznas commented 2 years ago

That's fine, I'm on it 😊