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

data_util.py中convert_ground_truth函数的intersect_min和intersect_max算错了吧 #4

Open
nmxnql opened this issue Sep 25, 2018 · 0 comments

Comments

@nmxnql
Copy link

nmxnql commented Sep 25, 2018

intersect_min = np.minimum(box_min, anchors_min)
intersect_max = np.maximum(box_max, anchors_max)
这两句中的取极值写反了吧

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

1 participant