WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
Other
1.69k stars 307 forks source link

Adding Cityscapes config file for SOLOv2 training #191

Open manueldiaz96 opened 3 years ago

manueldiaz96 commented 3 years ago

Here is expected the Cityscapes dataset in the COCO format, following the data directories like:

SOLO
├── mmdet
├── tools
├── configs
├── data
│   ├── cityscapes
│   │   ├── annotations
│   │   ├── train
│   │   ├── val

Where as noted in docs/INSTALL.md, all CS images for each split are in just one folder (be it in symlink or not). Here the annotations are named the same from the COCO transformation script.