open-mmlab / mmdetection

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

add solov2 network #5556

Closed sanmulab closed 3 years ago

sanmulab commented 3 years ago

When can mmdet realize solov2 network? There are too few instances of network segmentation.

AronLin commented 3 years ago

We are designing the basic model for one-stage instance segmentation and panoptic segmentation. Panoptic FPN, SOLO, SOLOv2, and CondInst are listed as the main methods to be released in the next two months.

sanmulab commented 3 years ago

thanks

---Original--- From: "Guangchen @.> Date: Wed, Jul 7, 2021 15:51 PM To: @.>; Cc: @.**@.>; Subject: Re: [open-mmlab/mmdetection] add solov2 network (#5556)

We are designing the basic model for one-stage instance segmentation and panoptic segmentation. Panoptic FPN, SOLO, SOLOv2, and CondInst are listed as the main methods to be released in the next two months.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

PushpakBhoge commented 2 years ago

Hi any progress on this ? SOLOv2 s already implemented with mmdet in this repo https://github.com/WXinlong/SOLO/tree/master/configs/solov2 But the development is branched out at some older version of mmcv and mmdet I think we should be able to merger by making some compatability adjustment can anyone point to any code structure documents ? asking because I would be glad to contribute :)

AronLin commented 2 years ago

Hi any progress on this ? SOLOv2 s already implemented with mmdet in this repo https://github.com/WXinlong/SOLO/tree/master/configs/solov2 But the development is branched out at some older version of mmcv and mmdet I think we should be able to merger by making some compatability adjustment can anyone point to any code structure documents ? asking because I would be glad to contribute :)

The solov2 and condinst are blocked now. We will be glad if you can contribute. You can refer to the structure of SOLO in mmdet, they are all one-stage methods.