open-mmlab / mmsegmentation

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

Add support for OneFormer model #2944

Open LHamnett opened 1 year ago

LHamnett commented 1 year ago

Describe the feature

Oneformer model seems to be topping the leaderboards for image segmentation across a number of different datasets.

Motivation Oneformer seems to be giving incredibly good results. It would be nice to experiment with this model within mmsegmentation.

Related resources https://arxiv.org/abs/2211.06220 https://github.com/SHI-Labs/OneFormer https://paperswithcode.com/paper/oneformer-one-transformer-to-rule-universal

bjzhb666 commented 4 months ago

Is this finished? Thanks