open-mmlab / mmdetection

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

How to perform semantic segmentation with semantic FPN? #8418

Open liming-ai opened 1 year ago

liming-ai commented 1 year ago

Hi, @chhluo @BIGWangYuDong @Czm369

By adding semantic_head, we can introduce semantic segmentation tasks at training time, however there seems to be no tutorial and config that let us output semantic segmentation results at test time as well?

Update: I found an https://github.com/open-mmlab/mmdetection/pull/4969, but it did not get pulled.

Czm369 commented 1 year ago

Maybe you can refer to MMSegmentation, https://github.com/open-mmlab/mmsegmentation/blob/4eaa8e69191cc293b64dafe47f1f88a7d468c93c/configs/_base_/schedules/schedule_20k.py#L9