czczup / ViT-Adapter

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

How to perform instance segmentation? #85

Open AlexYiningLiu opened 1 year ago

AlexYiningLiu commented 1 year ago

Are any of the pre-existing config files able to perform instance segmentation only? I have a custom dataset that has train.json and val.json organized in COCO style that I want to train on for instance segmentation. Thanks.

czczup commented 1 year ago

Hi, about how to perform instance segmentation only, you could refer to the document of mmdetection.