open-mmlab / mmsegmentation

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

timm backbone utilization #3590

Open park-youngjae opened 3 months ago

park-youngjae commented 3 months ago

Thank you for your wonderful work.

I would like to implement Maxvit-tiny backbone with upernet decoder head.

I want to make config of maxvit-tiny backbone with timm-backbone.

Can you support example config for this suggestions?

Thank you!