Description Usage Arguments Value
GIoU loss was first introduced in the [Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression](https://giou.stanford.edu/GIoU.pdf). GIoU is an enhancement for models which use IoU in object detection.
1 2 3 4 5 |
mode |
one of ['giou', 'iou'], decided to calculate GIoU or IoU loss. |
reduction |
(Optional) Type of tf$keras$losses$Reduction to apply. Default value is SUM_OVER_BATCH_SIZE. |
name |
A name for the operation (optional). |
GIoU loss float 'Tensor'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.