Skip to content

Commit 12ec618

Browse files
added table entry for resnet50 model results
1 parent 80e9b6d commit 12ec618

File tree

1 file changed

+13
-0
lines changed
  • official/vision/beta/projects/panoptic_maskrcnn

1 file changed

+13
-0
lines changed

official/vision/beta/projects/panoptic_maskrcnn/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ ResNet-50 | 3x | `panoptic_fpn_coco` | 40.64 | 36.29
8383

8484
**Note**: Here 1x schedule refers to ~12 epochs
8585

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+
8691
___
8792
## Citation
8893
```
@@ -94,4 +99,12 @@ ___
9499
archivePrefix={arXiv},
95100
primaryClass={cs.CV}
96101
}
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+
}
97110
```

0 commit comments

Comments
 (0)