bowenc0221 / panoptic-deeplab

This is Pytorch re-implementation of our CVPR 2020 paper "Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation" (https://arxiv.org/abs/1911.10194)
Apache License 2.0
585 stars 117 forks source link

Config file for COCO (old version) #79

Closed aoussou closed 3 years ago

aoussou commented 3 years ago

Hello,

I know it is deprecated, but I'd like to try to train the old version of the code on the COCO dataset. Would you happen to have the relevant config file by any chance? (I think you only have cityscapes config files).

bowenc0221 commented 3 years ago

Unfortunately, I do not have COCO config for the older version because I didn't try much on COCO with my old code. Most experiments on COCO were conducted after I reproduce Panoptic-DeepLab on Detectron2.

You can refer to my log posted in this issue https://github.com/bowenc0221/panoptic-deeplab/issues/4#issuecomment-720242563. But that config cannot reproduce the 35.5 PQ result.