Description Usage Arguments Value
Rescales boxes. 'xmin/xmax' coordinates are multiplied by 'image_w' and 'ymin/ymax' coordinates are multiplied by 'image_h'.
1 | correct_boxes(boxes, image_h, image_w)
|
boxes |
'data.frame' with bounding boxes. |
image_h |
Rescaling factor for 'ymin/ymax' box coordinates. |
image_w |
Rescaling factor for 'xmin/xmax' box coordinates. |
Rescaled bounding boxes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.