-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About ciou and diou loss. #7608
Comments
@AlexeyAB |
@WilburZjh It is seemed that there is no more people that concern the question. |
@SpongeBab I found some useful information in the wiki, https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-different-layers, it defines the CIoU and DIoU as iou_loss, I think we can just change the name in the cfg file. |
same question . no use for variable
in function forward_yolo_layer
|
Is there a corresponding py file?I confuse about it but I cant find any file claim CIoU and DIoU |
It is important for me cause I use own iou loss, I want to know the reason do that |
l.delta is used for cost,not l.cost |
Hi,@cenit, Maybe I found a code bug.
It's not a error.But it haven't do the thing correctly.
In yolo_layer.c:
the tot_iou_loss and tot_giou_loss use the args pointer to return to yolo_args,so we can see
but the I want to use the ciou_loss and diou_loss,maybe it doesn't work.
Such as in the cfg file :
iou_loss=ciou
but in there,it don't have ciou option:
Am i right?
The text was updated successfully, but these errors were encountered: