Note that the output are stored in input deltas
Note that the output are stored in input deltas
(N, 4)
(N, 4a)
N
N * 4
M
M * 4
Clip boxes to image boundaries.
Clip boxes to image boundaries. set the score of all boxes with any side smaller than minSize to 0
N * 4a
height of image
width of image
min height limit
min width limit
scores for boxes
the number of boxes kept (score > 0)
get the areas of boxes
get the areas of boxes
N * 4 tensor
buffer to store the results
areas array