open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.57k stars 9.46k forks source link

Support Conditional Convolutions for Instance Segmentation #7405

Closed jbwang1997 closed 1 year ago

jbwang1997 commented 2 years ago

This issue describes the development requirement of a feature we wish to collaborate with the community. In this issue, we welcome the community developers to participate in the development of the CondInst algorithom.

Steps

Resources

Paper release at: https://arxiv.org/abs/2003.05664 Official code release at: GitHub - https://github.com/aim-uofa/AdelaiDet/blob/master/configs/CondInst/README.md

Reviewers

@jbwang1997

ZwwWayne commented 1 year ago

Done in https://github.com/open-mmlab/mmdetection/pull/9406