Skip to content
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

got an unexpected keyword argument 'ESIoU' #13

Open
waysolong opened this issue May 11, 2024 · 1 comment
Open

got an unexpected keyword argument 'ESIoU' #13

waysolong opened this issue May 11, 2024 · 1 comment

Comments

@waysolong
Copy link

https://github.com/mkang315/ASF-YOLO/blob/main/utils/loss.py
line 141
iou = bbox_iou(pbox, tbox[i], ESIoU=True).squeeze() # iou(prediction, target)
ESIoU? maybe EIoU

@mkang315
Copy link
Owner

Thank you for pointing out this typo. I've corrected in the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants