CCPD
CCPD copied to clipboard
Output the province
Hi Thanks for your code I can't find how to output the detected province character Could you please tell me how to do with it
I have found it, thanks
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
I have found it, thanks
hello,i meet the same question.could you tell me how to solve the problem?thank you!
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
hello,i meet the same question.could you tell me how to solve the problem?thank you!
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
hello,i meet the same question.could you tell me how to solve the problem?thank you!
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
hello,i meet the same question.could you tell me how to solve the problem?thank you!
see line 286 in demo.py. cv2.putText can't display chinese character on image,you can use ImageDraw in PIL.
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
hello,i meet the same question.could you tell me how to solve the problem?thank you!
I have found it, thanks
hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!
hello,i meet the same question.could you tell me how to solve the problem?thank you!
see line 286 in demo.py. cv2.putText can't display chinese character on image,you can use ImageDraw in PIL.
Ty
输出省份解决方法:
一、首先安装Pillow模块 pip install Pillow
二、代码修改
第1步 from PIL import Image, ImageDraw, ImageFont
第2步
thanks CuiHao, it works.