box_area | R Documentation |
Computes the area of a set of bounding boxes, which are specified by its
(x_{min}, y_{min}, x_{max}, y_{max})
coordinates.
box_area(boxes)
boxes |
(Tensor[N, 4]): boxes for which the area will be computed. They
are expected to be in
|
area (Tensor[N]): area for each box
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.