-
Notifications
You must be signed in to change notification settings - Fork 486
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
fusion匹配问题 #96
Comments
正常,得分是按百分比算的。 |
您好 meiqua,我的意思是模板我是第一个图像那个_【多边形图案+阔地教育】_,但是旋转后的匹配只是匹配到一部分,并且给了高置信度,理论上这个匹配结果是错误的 |
我看这些模板高度都差不多,应该是因为训练的时候没有给够padding,导致旋转后模板被截断了。 |
hi meiqua 目前在仔细比对和之前的版本差异 这个fusion版本匹配算法确实有问题 |
能说具体点吗?如果只是fusion版有问题,master branch跑同样的模板会有什么差别? |
用的模板不一样吧;fusion版估计是用旋转图像训练的,导致padding不够被截断,master用的旋转模板训练所以没事。 |
谢谢 meiqua,我懂您的意思了,非常感谢! |
我在ubuntu 16.04下用i5-10400测,500万像素需要70ms |
专门研究了下Visual Studio,最后跑下来也是70ms。可以参考这个issue |
好的 meiqua,我来试试看,谢谢! |
你好,请问你训练的shapes.angle_step是多少呢? |
Hi meiqua,非常感谢您的fusion匹配加速,实际测试了一下,速度确实相比之前提升了10倍左右,但是也发现一个问题,我训练是0-360°,但是实际匹配发现, 角度旋转后, 匹配的特征变少了,但是置信度得分却很高
The text was updated successfully, but these errors were encountered: