未验证 提交 f5694057 编写于 作者: W will-jl944 提交者: GitHub

avoid 'invalid escape sequence' warning (#4833)

上级 3167ecb6
...@@ -473,7 +473,7 @@ def distribute_fpn_proposals(fpn_rois, ...@@ -473,7 +473,7 @@ def distribute_fpn_proposals(fpn_rois,
pixel_offset=False, pixel_offset=False,
rois_num=None, rois_num=None,
name=None): name=None):
""" r"""
**This op only takes LoDTensor as input.** In Feature Pyramid Networks **This op only takes LoDTensor as input.** In Feature Pyramid Networks
(FPN) models, it is needed to distribute all proposals into different FPN (FPN) models, it is needed to distribute all proposals into different FPN
...@@ -1274,7 +1274,7 @@ def box_coder(prior_box, ...@@ -1274,7 +1274,7 @@ def box_coder(prior_box,
box_normalized=True, box_normalized=True,
axis=0, axis=0,
name=None): name=None):
""" r"""
**Box Coder Layer** **Box Coder Layer**
Encode/Decode the target bounding box with the priorbox information. Encode/Decode the target bounding box with the priorbox information.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册