Skip to content

Commit 04958b9

Browse files
Alexander Kirillovfacebook-github-bot
authored andcommitted
Fix backbone name
Summary: R50->R101 fix in the readme and in the filename. Reviewed By: rbgirshick, ppwwyyxx Differential Revision: D21364993 fbshipit-source-id: b2a9b501371874f87c13ad546bd26958d2e3634f
1 parent 83466c1 commit 04958b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/PointRend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ Cityscapes model is trained with ImageNet pretraining.
112112
<th valign="bottom">model id</th>
113113
<th valign="bottom">download</th>
114114
<!-- TABLE BODY -->
115-
<tr><td align="left"><a href="configs/SemanticSegmentation/pointrend_semantic_R_50_FPN_1x_cityscapes.yaml">SemanticFPN + PointRend</a></td>
116-
<td align="center">R50-FPN</td>
115+
<tr><td align="left"><a href="configs/SemanticSegmentation/pointrend_semantic_R_101_FPN_1x_cityscapes.yaml">SemanticFPN + PointRend</a></td>
116+
<td align="center">R101-FPN</td>
117117
<td align="center">1024&times;2048</td>
118118
<td align="center">78.6</td>
119119
<td align="center">186480235</td>
120-
<td align="center"><a href="https://dl.fbaipublicfiles.com/detectron2/PointRend/SemanticSegmentation/pointrend_semantic_R_50_FPN_1x_cityscapes/186480235/model_final_5f3665.pkl">model</a>&nbsp;|&nbsp;<a href="https://dl.fbaipublicfiles.com/detectron2/PointRend/SemanticSegmentation/pointrend_semantic_R_50_FPN_1x_cityscapes/186480235/metrics.json">metrics</a></td>
120+
<td align="center"><a href="https://dl.fbaipublicfiles.com/detectron2/PointRend/SemanticSegmentation/pointrend_semantic_R_101_FPN_1x_cityscapes/186480235/model_final_5f3665.pkl">model</a>&nbsp;|&nbsp;<a href="https://dl.fbaipublicfiles.com/detectron2/PointRend/SemanticSegmentation/pointrend_semantic_R_101_FPN_1x_cityscapes/186480235/metrics.json">metrics</a></td>
121121
</tr>
122122
</tbody></table>
123123

0 commit comments

Comments
 (0)