Open
Description
🚀 The feature
In the compute loss function, giou_loss
is used to calculate the loss by default see here, but now as CIOU
and DIOU
loss functions are added to torchvision, maybe we could let the user choose in between the loss functions
cc @datumbox @YosuaMichael, @NicolasHug,
Motivation, pitch
This gives little more freedom to the user to choose between the loss functions.
Alternatives
No response
Additional context
No response