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
你好,感谢你的开源。我在阅读你的代码的过程中,对anchor和gt的匹配存在一点疑问,麻烦你能帮忙解释下吗? 在anchor.py的231行,sorted_ious = sorted_ious[np.logical_not(anchor_matched_already)]这句代码的意义是什么?好像并没有什么关联与box_ious?
The text was updated successfully, but these errors were encountered:
这个是标记一下哪些anchor 已经被初步匹配到了,因为在第一步匹配的时候,这些anchor就不会被替换。 然后对不平衡对anchor 进行进一步匹配,
这一块老没看了,有点忘记了
Sorry, something went wrong.
No branches or pull requests
你好,感谢你的开源。我在阅读你的代码的过程中,对anchor和gt的匹配存在一点疑问,麻烦你能帮忙解释下吗?
在anchor.py的231行,sorted_ious = sorted_ious[np.logical_not(anchor_matched_already)]这句代码的意义是什么?好像并没有什么关联与box_ious?
The text was updated successfully, but these errors were encountered: