open-mmlab / mmdetection

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

Visualization error in panoptic segmentation #10333

Open YQisme opened 1 year ago

YQisme commented 1 year ago

When visualizing annotations for panoptic segmentation, the displayed result shows annotations for instance segmentation. python tools/analysis_tools/browse_dataset.py checkpoints/panoptic_fpn_r50_fpn_1x_coco.py --show-interval 0 The same error occurs when using tools/test.py as well.

image

tbroed commented 10 months ago

I have the same problem, how do I get the visualization including stuff classes?