open-mmlab / mmdetection

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

confusion_matrix.py can not visaulize the results of stuff of the panoptic segmentation #10677

Open YQisme opened 1 year ago

YQisme commented 1 year ago

confusion_matrix

hhaAndroid commented 1 year ago

@YQisme Sorry, there is no support for now.

YQisme commented 1 year ago

@hhaAndroid I saw that mmsegmentation can use the confusion matrix function for semantic segmentation tasks. So is it possible to port it over and use it?