当前位置:网站首页>Briefly write about the use and experience of PPOCRLabel
Briefly write about the use and experience of PPOCRLabel
2022-08-02 14:19:00 【weixin_50862344】
Dependencies
I am based on the paddle_env environment created before, so I actually need only these two packages during use (according to the error report)
pip install xlrdpip install PyQt5
About the error message
ModuleNotFoundError: No module named 'xlrd'
ModuleNotFoundError: No module named 'PyQt5
Actual use
①First you need to in the virtual environment cd to the folder where the PPOCRLabel is located, the location is different according to the version
②Learn about the parameters of the PPOCRLabel
PPOCRLabel.py [-h] [–lang [LANG]] [–gpu [GPU]] [–kie [KIE]] [–predefined_classes_file [PREDEFINED_CLASSES_FILE]]
In fact, the more used is
- –lang + followed by the corresponding language code: indicates the recognized language type
- –gpu: Whether to use gpu (default), if not, connect to False
I am using Xiaoxin pro13, so the code I use is
D:\conda\envs\paddle_env\python.exe PPOCRLabel.py --lang ch --gpu False
D:\conda\envs\paddle_env\python.exe is actually the python I use (I have multiple pythons)
Then attach the corresponding picture
D:\conda\envs\paddle_env\python.exe PPOCRLabel.py
It seems to work directly
边栏推荐
- window10下半自动标注
- 文件加密软件有哪些?保障你的文件安全
- 【VCU】详解S19文件(S-record)
- xshell连接虚拟机步骤_建立主机与vm虚拟机的网络连接
- Flask请求应用上下文源码分析
- Flask项目的完整创建 七牛云与容联云
- deal!It's July 30th!
- Unit 7 ORM table relationships and operations
- Break the limit of file locks and use storage power to help enterprises grow new momentum
- Tornado框架路由系统介绍及(IOloop.current().start())启动源码分析
猜你喜欢
随机推荐
paddleocr window10初体验
chapter6可视化(不想看版)
Basic operations of 8583 sequential stack
第八单元 中间件
Flask-RESTful请求响应与SQLAlchemy基础
Sentinel源码(一)SentinelResourceAspect
政策利空对行情没有长期影响,牛市仍将继续 2021-05-19
Audio processing: floating point data stream to PCM file
RowBounds[通俗易懂]
yolov5改进(一) 添加注意力集中机制
第七单元 ORM表关系及操作
音频处理:浮点型数据流转PCM文件
Configure zabbix auto-discovery and auto-registration.
[ROS](06)ROS通信 —— 话题(Topic)通信
Tornado框架路由系统介绍及(IOloop.current().start())启动源码分析
如何选择正规的期货交易平台开户?
php开源的客服系统_在线客服源码php
目标检测场景SSD-Mobilenetv1-FPN
Go语言初始
无序数组排序并得到最大间隔