ddddocr icon indicating copy to clipboard operation
ddddocr copied to clipboard

我在使用滑块识别的功能的时候报错

Open darkness-A opened this issue 2 years ago • 13 comments

thread 'actix-rt|system:0|arbiter:0' panicked at 'image width must be greater than or equal to template width', C:\Users\XChuang233.cargo\registry\src\index.crates.io-6f17d22bba15001f\imageproc-0.23.0\src\template_matching.rs:46:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace 我在python版本运行就可以,如果把两个图片的参数换一下,能运行,但是结果不对 image image

darkness-A avatar Aug 11 '23 06:08 darkness-A

收到,我看看

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:27 收件人: @.>; 抄送: @.***>; 主题: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

thread 'actix-rt|system:0|arbiter:0' panicked at 'image width must be greater than or equal to template width', C:\Users\XChuang233.cargo\registry\src\index.crates.io-6f17d22bba15001f\imageproc-0.23.0\src\template_matching.rs:46:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace 我在python版本运行就可以,如果把两个图片的参数换一下,能运行,但是结果不对

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

86maid avatar Aug 11 '23 06:08 86maid

img_quekou_ok img_back 给你图片,你测试一下,我在python版本也是用这俩测试的

darkness-A avatar Aug 11 '23 06:08 darkness-A

好的,谢谢

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:33 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

给你图片,你测试一下,我在python版本也是用这俩测试的

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 06:08 86maid

我在python版本使用的代码是

def get_gap(target_img:bytes, background_img:bytes):
    det = ddddocr.DdddOcr(det=False, ocr=False, show_ad=False)
    res = det.slide_match(target_img, background_img,simple_target=True)
    return res["target"]

darkness-A avatar Aug 11 '23 06:08 darkness-A

simple_target选项不为True的时候就会报错,要是能加这个选项就好了

darkness-A avatar Aug 11 '23 06:08 darkness-A

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

simple_target选项不为True的时候就会报错,要是能加这个选项就好了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 06:08 86maid

你是说,Python版本也报错对么?

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

simple_target选项不为True的时候就会报错,要是能加这个选项就好了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 07:08 86maid

你是说,Python版本也报错对么? xchuang233 @.*** ---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项

darkness-A avatar Aug 11 '23 07:08 darkness-A

你希望返回错误,而不是崩溃?

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午3:02 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你是说,Python版本也报错对么? xchuang233 @.*** … ---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 07:08 86maid

能不能优化为post参数

------------------ 原始邮件 ------------------ 发件人: "86maid/ddddocr" @.>; 发送时间: 2023年8月11日(星期五) 下午3:03 @.>; @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你希望返回错误,而不是崩溃?

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午3:02 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你是说,Python版本也报错对么? xchuang233 @.*** … ---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

darkness-A avatar Aug 11 '23 07:08 darkness-A

我知道了

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午3:04 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

能不能优化为post参数

------------------ 原始邮件 ------------------ 发件人: "86maid/ddddocr" @.>; 发送时间: 2023年8月11日(星期五) 下午3:03 @.>; @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你希望返回错误,而不是崩溃?

xchuang233
@.***

---原始邮件---
发件人: @.>
发送时间: 2023年8月11日(周五) 下午3:02
收件人: @.
>;
抄送: @.@.>;
主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你是说,Python版本也报错对么? xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.
> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 07:08 86maid

我刚才测试了一下Python版本,不管是不是simple,识别结果都是错的

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午3:04 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

能不能优化为post参数

------------------ 原始邮件 ------------------ 发件人: "86maid/ddddocr" @.>; 发送时间: 2023年8月11日(星期五) 下午3:03 @.>; @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你希望返回错误,而不是崩溃?

xchuang233
@.***

---原始邮件---
发件人: @.>
发送时间: 2023年8月11日(周五) 下午3:02
收件人: @.
>;
抄送: @.@.>;
主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你是说,Python版本也报错对么? xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.
> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 07:08 86maid

噗哈哈,我刚刚发现你给我的图片,形状不一样。。。我知道你要做啥了

xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午3:04 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

能不能优化为post参数

------------------ 原始邮件 ------------------ 发件人: "86maid/ddddocr" @.>; 发送时间: 2023年8月11日(星期五) 下午3:03 @.>; @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你希望返回错误,而不是崩溃?

xchuang233
@.***

---原始邮件---
发件人: @.>
发送时间: 2023年8月11日(周五) 下午3:02
收件人: @.
>;
抄送: @.@.>;
主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1)

你是说,Python版本也报错对么? xchuang233 @.***

---原始邮件--- 发件人: @.> 发送时间: 2023年8月11日(周五) 下午2:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [86maid/ddddocr] 我在使用滑块识别的功能的时候报错 (Issue #1) simple_target选项不为True的时候就会报错,要是能加这个选项就好了 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

是的,不是因为你的代码问题,是没开那个选项


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.
> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

86maid avatar Aug 11 '23 08:08 86maid