remove_small_boxes | R Documentation |
Remove boxes which contains at least one side smaller than min_size.
remove_small_boxes(boxes, min_size)
boxes |
(Tensor[N, 4]): boxes in
|
min_size |
(float): minimum size |
keep (Tensor[K]): indices of the boxes that have both sides larger than min_size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.