Motivation
Recently, a series of open-vocabulary semantic segmentation works have emerged. For example: Scaling Open-Vocabulary Image Segmentation with Image-Level Labels, Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models, Open-vocabulary semantic segmentation with mask-adapted clip, etc. These work typically in Pascal VOC (VOC), Pascal Context-59 (PC-59), Pascal Context-459 (PC-459), ADE20K-847 (ADE-847), ADE20K-150 (ADE-150).
I found that this project does not have code to support PC-459, ADE-847 version data sets. Can we consider adding these two versions in future updates?
Ex1. It is convenient for developers to happily study open-vocabulary semantic segmentation issues based on mmseg.
Ex2. There is a recent paper:
Scaling Open-Vocabulary Image Segmentation with Image-Level Labels.
Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models. code can be found here
Describe the feature
Motivation Recently, a series of open-vocabulary semantic segmentation works have emerged. For example: Scaling Open-Vocabulary Image Segmentation with Image-Level Labels, Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models, Open-vocabulary semantic segmentation with mask-adapted clip, etc. These work typically in Pascal VOC (VOC), Pascal Context-59 (PC-59), Pascal Context-459 (PC-459), ADE20K-847 (ADE-847), ADE20K-150 (ADE-150).
I found that this project does not have code to support PC-459, ADE-847 version data sets. Can we consider adding these two versions in future updates?
Ex1. It is convenient for developers to happily study open-vocabulary semantic segmentation issues based on mmseg. Ex2. There is a recent paper:
Related resources third party code for prepare the datasets can be found ADE-847 PC-459. I find detection2 supports these two versions.