-
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 test exception issue #108
Comments
是会有负值,不过没问题,可以参考这里 |
很抱歉,还是要打扰一下,看了您给的链接,但是没有找到与负值相关的信息,可以这样理解么:就是有负值报异常直接忽略就好?还是需要做怎样的设置呢?感谢! |
不管就行,因为负的时候不会访问;不过还是改一下吧,可以参考这个commit |
@meiqua , |
识别率降低是什么表现?我测下来跟之前一样;模板都是通用的,fusion只是加速处理图像部分 |
那可能我的使用有问题,我再确认下给您反馈,谢谢! |
@meiqua @ScottYang1982 我也是遇到fusion版本的match比master版本的match定位效果差的现象。表现为:同样的模板,fusion版本定位出目标列表的score小于master版本。并且定位出的xyangle也有些差异。
|
@meiqua , |
灰度图应该一样,RGB会有差异,差1分正常 |
为什么会有-值
meiqua <[email protected]> 于2020年10月29日周四 下午7:35写道:
… 灰度图应该一样,RGB会有差异,差1分正常
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCDGCG2XVC5XKQRPLRY3UDSNFHRBANCNFSM4S6K6JJQ>
.
|
@elevenface 如果不扩充边界一个3x3的kernel算一次图像就会缩小一圈;所以要超出边界填0,index就会出现负值 |
明白了。谢谢。
meiqua <[email protected]> 于2020年10月30日周五 下午10:19写道:
… @elevenface <https://github.com/elevenface>
如果不扩充边界一个3x3的kernel算一次图像就会缩小一圈;所以要超出边界填0,index就会出现负值
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCDGCCE6ZWWJZJ7YOBSKTLSNLDOJANCNFSM4S6K6JJQ>
.
|
@meiqua , |
是有些不同,主要是最后的spread过程中心位置不一样;匹配的时候fusion没有偏置 |
Hi @meiqua ,
我在测试fusion 版本时,出现了异常,单步调试后,定位到问题如下:
在fusion.h中,如下图所示,r=-6, 为负值,导致异常退出,我的问题是:您认为可能是什么原因会导致出现负值,谢谢!
The text was updated successfully, but these errors were encountered: