czczup / ViT-Adapter

[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
https://arxiv.org/abs/2205.08534
Apache License 2.0
1.27k stars 140 forks source link

support panoptic segmentation #125

Closed ydhongHIT closed 1 year ago

ydhongHIT commented 1 year ago

Is it possible to support panoptic segmentation of ADE20K based on this repo?

czczup commented 1 year ago

This should be feasible, but currently I have only supported COCO's panoptic segmentation. I see that the official mmdetection does not currently support panoptic segmentation for ADE20K. It might be necessary to write a dataloader for it.