You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D-Tensor or 2D-LoDTensor with the shape of [num_boxes,4], the lod level is 1.
924
920
Given as [[x1, y1, x2, y2], ...], (x1, y1) is the top left coordinates,
925
921
and (x2, y2) is the bottom right coordinates.
922
+
boxes_num (Tensor): The number of RoIs in each image, data type is int32. Default: None
926
923
output_size (int or tuple[int, int]): The pooled output size(h, w), data type is int32. If int, h and w are both equal to output_size.
927
924
spatial_scale (float, optional): Multiplicative spatial scale factor to translate ROI coords from their input scale to the scale used when pooling. Default: 1.0
928
-
boxes_num (Tensor): The number of RoIs in each image. Default: None
929
925
name(str, optional): For detailed information, please refer
930
926
to :ref:`api_guide_Name`. Usually name is no need to set and
0 commit comments