open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.94k stars 2.57k forks source link

Prediction & GT Map #3741

Open catchyoo opened 1 month ago

catchyoo commented 1 month ago

media_images_gt_mask_3_b123f5508ff0cd52f705 media_images_predict_0_075241432156cfa4e5b3 Hello, I have a question. I am trying to extract the prediction map and GT (ground truth) map using the ADE20K dataset. However, in ADE20K, because of the zero_label, when I extract the prediction map and GT map using the code you provide, there are differences in class names, colors, etc. For example, there's an issue where the ceiling is identified as a road in the photo. I would appreciate your help on what to do.

AI-Tianlong commented 1 month ago

你能提供一下 数据集的config嘛?感觉是因为 zero_label的问题