-
Notifications
You must be signed in to change notification settings - Fork 219
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
weibo.cn\spliter\spliter.exe OpenCV Error: Assertion failed #2
Comments
../downloader/captchas/00179352-2c1b-42c9-83c2-c88402639381.png, 图片下载是否正确?如: 请尽量在linux桌面环境下测试,环境搭建见:验证码破解技术四部曲之环境搭建篇(一) |
图片都下好了,也能被im.show正常显示 |
那你还是在linux试把,我从来没有在windows上用过opencv。 |
Linux下就没问题吗。。。。。。 |
我自己在mac上和ubuntu上测试都没有问题。(表示从来没用过windows上的opencv) |
这个是我分割出来的数据,你可以看看,training_set.zip。 |
我看了。 |
非常支持。我分割这块的算法处理的比较生硬,欢迎提供pr。 |
opencv算法我也是临时抱佛脚 不过这些越界相对还是少数,规避以后正常分隔是没问题的。 如果需要的话,我把spliter的Python版本也push上来看看? |
你放在你fork的仓库里给我看看? |
好的,稍等我整理一下 |
题外话,为什么不使用SVHN算法,可以免分割步骤 |
如题,downloader验证码get后,VS14上生成的spliter.exe运行出现:
../downloader/captchas/00179352-2c1b-42c9-83c2-c88402639381.png
OpenCV Error: Assertion failed (dims <= 2 && data && (unsigned)i0 < (unsigned)size.p[0] && (unsigned)(i1*DataType<_Tp>::channels) < (unsigned)(size.p[1]*channels()) && ((((sizeof(size_t)<<28)|0x8442211) >> ((DataType<_Tp>::depth) & ((1 << 3) - 1))*4) & 15) == elemSize1()) in cv::Mat::at, file D:\Coding\C-C++\opencv\opencv2_4_13\build\include\opencv2/core/mat.hpp, line 548
The text was updated successfully, but these errors were encountered: