open-mmlab / mmsegmentation

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

Could you release ConvNeXt-V2 configs? #2809

Open BenoitKAO opened 1 year ago

BenoitKAO commented 1 year ago

Describe the feature

Motivation A clear and concise description of the motivation of the feature. Since ConvNeXt-V2 has been released for a while, could you release ConvNeXt-V2 configs? https://github.com/facebookresearch/ConvNeXt-V2 There is a recent paper https://arxiv.org/abs/2301.00808, which is very helpful for MAE (already in mmseg.models.backbones.MAE method).

Related resources If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.

Additional context ConvNeXt-V2 configs are needed for further research works.

Thank you.

Any help is appreciated.

bhyun-kim commented 1 year ago

ConvNext-2 has been included in MMClassification, but it hasn't been officially released yet. However, you can still export it from the platform.

https://github.com/open-mmlab/mmclassification/pull/1294

xiexinch commented 1 year ago

Hi @bhyun-kim, Thanks for your request, we will test this model and release the configs asap.