SwinTransformer / Swin-Transformer-Semantic-Segmentation

This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Semantic Segmentation.
https://arxiv.org/abs/2103.14030
Apache License 2.0
1.18k stars 222 forks source link

Is COCO data format supported? #61

Open rgkannan676 opened 2 years ago

rgkannan676 commented 2 years ago

Hi,

I went through the docs and it doesn’t have any details about how to train using COCO dataset. Can you please tell whether COCO format is supported? If supported, can you tell the changes that need to be made in the config files for a custom COCO dataset? Thank you.