clip_boxes_to_image | R Documentation |
Clip boxes so that they lie inside an image of size size
.
clip_boxes_to_image(boxes, size)
boxes |
(Tensor[N, 4]): boxes in
|
size |
(Tuple[height, width]): size of the image |
clipped_boxes (Tensor[N, 4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.