zhaipro / easy12306

使用机器学习算法完成对12306验证码的自动识别
Artistic License 2.0
2.89k stars 737 forks source link

error: (-215:Assertion failed) channels == 1 || channels == 3 || channels == 4 in function 'cv::imencode' #24

Closed Xingyuzhao3 closed 4 years ago

Xingyuzhao3 commented 4 years ago

测试发现会报错,具体日志为: error: (-215:Assertion failed) channels == 1 || channels == 3 || channels == 4 in function 'cv::imencode'

https://github.com/zhaipro/easy12306/blob/d604e459ebb5bd8077548b40710b981eb6777b15/baidu.py#L49

line49应修改为: texts,_ = load_data()