Invitation of making PR for OpenMMLab / MMSegmentation.
MengzhangLI opened this issue · 5 comments
Hi, first congrats for acceptance of CVPR'2022. This work deserves because it is very great.
I am a member of OpenMMLab and mainly work for developing MMSegmentation. I think if it supported officially, many more people would use it for benchmark, which would promote research in computer vision area.
Would you like to make PR for openmmlab? We could discuss together to refactor your code and use our own GPUs to train & re-implement.
I think it is pretty cool because it would make more reseachers and community members use this excellent work! Here is our re-implementing work: ConvNeXt.
We do hope PoolFormer could also be added as backbones in our codebase so that many researchers could use directly it for downstream tasks.
Looking forward to your reply!
Best,
Hi @MengzhangLI ,
Thanks for your attention and invitation. MMSegmentation is the wonderful codebase I base on to implement PoolFormer for semantic segmentation tasks. Thank you and other MMSegmentation contributors. I am glad to make PR of PoolFormer to MMSegmentation. I will do it in a few days.
Thank you :)
Well, that's pretty cool! ;)
I think we could first support PoolFormer backbone into MMClassification, then downstream MMDetection and MMSegmentation could utilize this backbone. Here is related Chinese article in Zhihu.
Here are:
(1) Reference about ConvNext.
In ConvNext, we refactored its original code and made pr in mmclassification. I think PoolFormer could follow this procedure, i.e., you just make a pr in MMClassfication, and we would review it to refactor it into our usual code style.
Here are our current ConvNext in mmclassification and downstream MMSegmentation PR.
(2) Making a pull request.
Usefule links: Contributing to OpenMMLab and Chinese article from zhihu.
For PoolFormer, please refer to PR about supporting ConvNext in MMClassification. Refactoring is a little bit laborious but that would make users more convenient after this treatment. We would respond to your pr quickly!
We need to first ensure current models (such as in ImageNet and ADE20K) could get same results in this PR, aka, aligning inference metric.
After that, we would train many models (for example, PoolFormer-M48 + Semantic FPN) to re-implement paper results. That would be implemented on our computation resources.
If you have any problems about usage or pr of MMSegmentation and MMClassification, feel free to contact us. Let's work together to provide PoolFormer as a benchmark for community!
Best,
Many thanks for the information.
Hi weihao, how are you these days? Wish you all the best about ECCV'2022.
I have just finished PR about K-Net, this month is more time available.
When you have time to make a pr for PoolFormer, we could create a wechat group to work together. So feel free to make pr or contact us for any problems.
Best,
Hi @MengzhangLI ,
Thank you. Sorry that I am busy these days. I will start to work on this PR tomorrow. I will contact you by email and WeChat. Thanks :)