joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Apache License 2.0
1.13k stars 178 forks source link

Please add ability to do Panoptic Segmentation #59

Open sarimmehdi opened 4 years ago

sarimmehdi commented 4 years ago

Ability to do panoptic segmentation. Right now, your pretrained network only does instance segmentation and not panoptic segmentation.

joe-siyuan-qiao commented 4 years ago

We used DeepLabv3+ to predict stuff and then combine things and stuff by the script provided in the panoptic segmentation paper. You can run them from their repos to get the panoptic segmentation results.

TA-Robot commented 3 years ago

excuse me. which paper and script? i can't detect these.

TA-Robot commented 3 years ago

if you can. please, add ability to do Panoptic Segmentation on this repo.