-
Notifications
You must be signed in to change notification settings - Fork 419
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
ground truth value for iou #19
Comments
Thank you for pointing out this. I will fix this and try to train the network later. |
@longcw I am curious if the bug has been fixed. Thanks! |
Any updated on this? |
@longcw is the bug fixed? And what mAP do you get now? |
The bug has been fixed very early at commit edda7d4 |
In the code, the ground truth value for iou prediction is the iou between the anchor and the ground truth box (https://github.com/cory8249/yolo2-pytorch/blob/master/darknet.py#L111). But the paper says that " the objectness prediction still predicts the IOU of the ground truth and the proposed box ...". In my understanding the "proposed box" here is the predicted box, not the anchor box.
The text was updated successfully, but these errors were encountered: