We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
答案与“Expected output"一样,但是打分为0
The text was updated successfully, but these errors were encountered:
is it working?
Sorry, something went wrong.
官方Course Discussions Note on iou() function, redux
但是我还没有找到解决方法! https://blog.csdn.net/qq_25436597/article/details/79390960
还是不行,好崩溃啊!!! 可参考:https://blog.csdn.net/qq_31119155/article/details/80930433
xi1 = max(box1[0],box2[0]) yi1 = max(box1[1],box2[1]) xi2 = min(box1[2],box2[2]) yi2 = min(box1[3],box2[3]) inter_area = max((yi2 - yi1),0) * max((xi2 - xi1),0)
You are right! Thanks
No branches or pull requests
答案与“Expected output"一样,但是打分为0
The text was updated successfully, but these errors were encountered: