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
@louis-she HI
结合caffe源码的#12和paper,感觉:
对于本文的scale compensation anchor matching strategy,其是指在降低匹配阈值(0.5到0.35)后,如果image中某个face匹配的anchor数小于6个,才进行2-stage匹配,而且每个face的匹配上限是6. 但在您的代码中,考虑的是image中所有face匹配的anchor数(上限100),并不是单个face匹配的anchor数
The text was updated successfully, but these errors were encountered:
感谢提出!这点在论文中确实没有体现,该Repo我几乎是只参照论文复现的,并没有参考作者源码。另外你发的issue中作者确实说了很多细节,我抽空会补上这些细节,另外也欢迎您提 PR
Sorry, something went wrong.
No branches or pull requests
@louis-she HI
结合caffe源码的#12和paper,感觉:
对于本文的scale compensation anchor matching strategy,其是指在降低匹配阈值(0.5到0.35)后,如果image中某个face匹配的anchor数小于6个,才进行2-stage匹配,而且每个face的匹配上限是6.
但在您的代码中,考虑的是image中所有face匹配的anchor数(上限100),并不是单个face匹配的anchor数
The text was updated successfully, but these errors were encountered: