ubuntu22.04安装PPOCRLabel
可使用的模型参考模型列表,ppocr版本这里PPOCR版本作为预训练模型:
(经常用放在这里)
基础电脑配置:
cunda=12.4
ubuntu22.04系统
pytorch==2.5.0
(python3.10不能运行,python3.8我之前可以正常运行,后来改了环境就不行了)
1、创建虚拟环境
conda create -n label4 python=3.9
conda activate label4
2、这个比较重要需要选择适合自己电脑版本
pip install paddlepaddle-gpu==2.6.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
3、在(label4) sxj@sxj:~/ppocr下安装(这里你需要下载paddlepaddle版本我当时下载的是最新的2.7现在有其它版本还没有测试)
PaddlePaddle/Paddle
ppocr版本这里PPOCR版本作为预训练模型:
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
4、接着安装PPOCRLabel
pip3 install PPOCRLabel
pip3 install trash-cli
5、启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
PPOCRLabel --lang ch --kie True
成功运行: