File tree 1 file changed +13
-0
lines changed
official/vision/beta/projects/panoptic_maskrcnn
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ ResNet-50 | 3x | `panoptic_fpn_coco` | 40.64 | 36.29
83
83
84
84
** Note** : Here 1x schedule refers to ~ 12 epochs
85
85
86
+ ### Panoptic Deeplab
87
+ Backbone | Experiment name | Overall PQ | Things PQ | Stuff PQ | Checkpoints
88
+ :--------------------| :-------------------------------| ---------- | --------- | -------- | ------------:
89
+ Dilated ResNet-50 | ` panoptic_deeplab_resnet_coco ` | 36.80 | 37.51 | 35.73 | [ ckpt] ( gs://tf_model_garden/vision/panoptic/panoptic_deeplab_resnet50 )
90
+
86
91
___
87
92
## Citation
88
93
```
94
99
archivePrefix={arXiv},
95
100
primaryClass={cs.CV}
96
101
}
102
+
103
+ @article{Cheng2020PanopticDeepLabAS,
104
+ title={Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation},
105
+ author={Bowen Cheng and Maxwell D. Collins and Yukun Zhu and Ting Liu and Thomas S. Huang and Hartwig Adam and Liang-Chieh Chen},
106
+ journal={2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
107
+ year={2020},
108
+ pages={12472-12482}
109
+ }
97
110
```
You can’t perform that action at this time.
0 commit comments