From 1f765c55a2ed0f4aeb5de1e016143bf216ebf977 Mon Sep 17 00:00:00 2001 From: Srihari Humbarwadi Date: Mon, 2 May 2022 20:12:26 +0530 Subject: [PATCH] added table entry for resnet101 model results --- official/vision/beta/projects/panoptic_maskrcnn/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/official/vision/beta/projects/panoptic_maskrcnn/README.md b/official/vision/beta/projects/panoptic_maskrcnn/README.md index 6d3da2214..d4c683d46 100644 --- a/official/vision/beta/projects/panoptic_maskrcnn/README.md +++ b/official/vision/beta/projects/panoptic_maskrcnn/README.md @@ -85,8 +85,9 @@ ResNet-50 | 3x | `panoptic_fpn_coco` | 40.64 | 36.29 ### Panoptic Deeplab Backbone | Experiment name | Overall PQ | Things PQ | Stuff PQ | Checkpoints -:--------------------| :-------------------------------| ---------- | --------- | -------- | ------------: -Dilated ResNet-50 | `panoptic_deeplab_resnet_coco` | 36.80 | 37.51 | 35.73 | [ckpt](gs://tf_model_garden/vision/panoptic/panoptic_deeplab_resnet50) +:---------------------| :-------------------------------| ---------- | --------- | -------- | ------------: +Dilated ResNet-50 | `panoptic_deeplab_resnet_coco` | 36.80 | 37.51 | 35.73 | [ckpt](gs://tf_model_garden/vision/panoptic/panoptic_deeplab_resnet50) +Dilated ResNet-101 | `panoptic_deeplab_resnet_coco` | 38.39 | 39.47 | 36.75 | [ckpt](gs://tf_model_garden/vision/panoptic/panoptic_deeplab_resnet101) ___ ## Citation