uber-research / UPSNet

UPSNet: A Unified Panoptic Segmentation Network
Other
645 stars 120 forks source link

Require help on data format for panoptic segmentation #122

Open MuhammadAli1214 opened 4 years ago

MuhammadAli1214 commented 4 years ago

Hello,

I am having difficulty understanding the format of data/annotations required by this model. I have tried searching everywhere but didn't have any luck. Can anyone clarify how to format the data for using this repo.

The repo states this:

Assuming you already downloaded COCO dataset at $COCO_ROOT and have annotations and images folders under it, please create a soft link by ln -s $COCO_ROOT data/coco under UPSNet_ROOT, and run init_coco.sh to prepare COCO dataset for UPSNet.

I am not clear about the format of annotations used for training this model. Any help would be appreciated.