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

question about semantic segmentation #35

Closed bychen7 closed 4 years ago

bychen7 commented 4 years ago

Thanks for the code! If I only want to train semantic segmentation, Can I use this yaml configs/Misc/Base-Semantic-DeepLab.yaml, Do I need to modify it? @bowenc0221

bowenc0221 commented 4 years ago

Please modify configs/panoptic_deeplab_R50_os32_cityscapes.yaml according to configs/Misc/Base-Semantic-DeepLab.yaml.

configs/Misc/Base-Semantic-DeepLab.yaml won't give good results for semantic segmentation.