Open Anirban0011 opened 1 year ago
A paper which highlights the limitations of existing BBR loss functions : Focal and Efficient IOU Loss for Accurate Bounding Box Regression
Hello @ianstenbit, can you please take a look at this issue? I would like to work on this
Should this two losses be added to keras_cv.losses ?
DIoU (Distance over IoU) Loss is independent to the size of the object being detected. It is seen to converge mush faster than GIoU even with opposite orientation of boxes(vertical and horizontal). It is also deployed as a criterion in NMS layer of which we already have an implementation in the repo.
CIoU (Complete IoU) loss needs fewer iteration than both GIoU and DIoU loss to converge. It has been deployed in YOLO v3, Yolo v4, SSD, and Faster RCNN.