当前位置:网站首页>PaddleOCR教程
PaddleOCR教程
2022-07-04 23:04:00 【Acegem】
人工智能
- python,深度学习,计算机视觉
PaddleOCR教程
python,深度学习,计算机视觉
PaddleOCR教程
一、安装
# 为避免依赖冲突,创建虚拟环境,名为PaddleOCR,其中python版本采用3.7.6
(base)$ conda create -n PaddleOCR python=3.7.6
# 激活虚拟环境PaddleOCR
(base)$ conda activate PaddleOCR
# 先升级虚拟环境的pip
(PaddleOCR)$ python -m pip install -U pip
# 在虚拟环境中安装paddlepaddle,版本为2.0.0b0,
(PaddleOCR)$ python -m pip install paddlepaddle==2.0.0b0 -i https://mirror.baidu.com/pypi/simple
# 下载PaddleOCR源码
(PaddleOCR)$ git clone https://gitee.com/paddlepaddle/PaddleOCR
# 安装PaddleOCR源码包(相关依赖)
(PaddleOCR)$ cd PaddleOCR
(PaddleOCR)$ pip install -r requirements.txt
边栏推荐
- Intelligence test to see idioms guess ancient poems wechat applet source code
- Header file duplicate definition problem solving "c1014 error“
- LabVIEW中比较两个VI
- 【ODX Studio编辑PDX】-0.3-如何删除/修改Variant变体中继承的(Inherited)元素
- A complete tutorial for getting started with redis: getting to know redis for the first time
- 数据库基础知识
- Phpcms paid reading function Alipay payment
- Basic knowledge of database
- CTF competition problem solution STM32 reverse introduction
- debug和release的区别
猜你喜欢
Redis: redis message publishing and subscription (understand)
[binary tree] the maximum difference between a node and its ancestor
MariaDB的Galera集群应用场景--数据库多主多活
P2181 对角线和P1030 [NOIP2001 普及组] 求先序排列
Redis入门完整教程:初识Redis
phpcms付费阅读功能支付宝支付
[graph theory] topological sorting
PS style JS webpage graffiti board plug-in
Redis: redis configuration file related configuration and redis persistence
QT addition calculator (simple case)
随机推荐
Font design symbol combination multifunctional wechat applet source code
位运算符讲解
云服务器设置ssh密钥登录
[sword finger offer] questions 1-5
Redis introduction complete tutorial: Collection details
蓝天NH55系列笔记本内存读写速度奇慢解决过程记录
Notepad++--编辑的技巧
Redis入门完整教程:Redis使用场景
Servlet服务器端和客户端中文输出乱码问题
Mysql database backup and recovery -- mysqldump command
The solution to the lack of pcntl extension under MAMP, fatal error: call to undefined function pcntl_ signal()
A complete tutorial for getting started with redis: hyperloglog
cout/cerr/clog的区别
Photoshop批量给不同的图片添加不同的编号
The difference between cout/cerr/clog
CTF競賽題解之stm32逆向入門
【ODX Studio编辑PDX】-0.3-如何删除/修改Variant变体中继承的(Inherited)元素
Insert sort, select sort, bubble sort
Set up a website with a sense of ceremony, and post it to 1/2 of the public network through the intranet
【ODX Studio編輯PDX】-0.2-如何對比Compare兩個PDX/ODX文件