提交 a9c0968b 编写于 作者: J jerrywgz

refine api doc, test=develop

上级 c31da789
...@@ -2259,9 +2259,11 @@ def distribute_fpn_proposals(fpn_rois, ...@@ -2259,9 +2259,11 @@ def distribute_fpn_proposals(fpn_rois,
refer_scale(int): The referring scale of FPN layer with specified level. refer_scale(int): The referring scale of FPN layer with specified level.
Returns: Returns:
List(variable): The list of segmented tensor variables. tuple:
Variable: An array of positive number which is used to restore the A tuple(multi_rois, restore_ind) is returned. The multi_rois is
order of fpn_rois. a list of segmented tensor variables. The restore_ind is a 2D
Tensor with shape [N, 1], N is the number of total rois. It is
used to restore the order of fpn_rois.
Examples: Examples:
.. code-block:: python .. code-block:: python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册