open-mmlab / mmdetection

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

Confused about rtmdet instance segmentation config file #10197

Open MoonBunnyZZZ opened 1 year ago

MoonBunnyZZZ commented 1 year ago

In the path "confil/rtmdet/", all rtmdet instance segmentation config files rely on the rtmdet_l_8xb32-300e_coco python file, which use '../base/datasets/coco_detection.py' as base config file.

But in the other model config files, such as mask rcnn, there is the '../base/datasets/coco_instance.py' instead.

So why using rtmdet to do segmentation task need the coco detection config?

MoonBunnyZZZ commented 1 year ago

anyone?