当前位置:网站首页>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 PyQt5About 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 FalseD:\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.pyIt seems to work directly
边栏推荐
- 你接受不了60%的暴跌,就没有资格获得6000%的涨幅 2021-05-27
- You can't accept 60% slump, there is no eligible for gain of 6000% in 2021-05-27
- 8583 顺序栈的基本操作
- 海明校验码纠错设计原理
- The future of financial services will never stop, and the bull market will continue 2021-05-28
- [ROS] The difference between roscd and cd
- Audio processing: floating point data stream to PCM file
- Mysql's case the when you how to use
- xshell连接虚拟机步骤_建立主机与vm虚拟机的网络连接
- 跑跑yolov5吧
猜你喜欢

关于市场后市的发展预测? 2021-05-23

ZABBIX配置邮件报警和微信报警
![[ROS] (06) ROS Communication - Topic Communication](/img/21/d79f2c4e246eb9ea39df9c7435bb36.png)
[ROS] (06) ROS Communication - Topic Communication

chapter7

logback源码阅读(一)获取ILoggerFactory、Logger
![[ROS]ROS常用工具介绍(待续)](/img/ea/e390106f750bf697e62a3a296014d2.png)
[ROS]ROS常用工具介绍(待续)

The most complete ever!A collection of 47 common terms of "digital transformation", read it in seconds~
创建ROS工作空间](/img/2a/11e5023ef6d052d98b4090d2eea017.png)
[ROS](01)创建ROS工作空间

Hands-on OCR (1)

yolov5改进(一) 添加注意力集中机制
随机推荐
MarkDown语法汇总
You can't accept 60% slump, there is no eligible for gain of 6000% in 2021-05-27
replay视频播放器_怎么让手机音乐跟视频一起放
Sentinel源码(二)入口方法分析
编程规范——LiteOS
Flask框架深入二
yolov5,yolov4,yolov3乱七八糟的
Configure zabbix auto-discovery and auto-registration.
未来的金融服务永远不会停歇,牛市仍将继续 2021-05-28
Sentinel源码(三)slot解析
瑞吉外卖笔记——第08讲读写分离
ftp常用命令详解_iftop命令详解
Flask框架的搭建及入门
Mysql's case the when you how to use
STM32(F407)—— 堆栈
如何解决1045无法登录mysql服务器
第三单元 视图层
[ROS](03)CMakeLists.txt详解
8580 合并链表
Go语言初始