1.环境搭建
1.1conda创建虚拟环境
confa create -n PaddleOcr --clone base
若出现
使用命令
source activate
然后再conda activate PaddleOcr 虚拟环境搭建完成。
1.2.若出现Config use_gpu cannot be set as true while your paddle is not compiled with cuda !
需要卸载Paddle 的CPU版本,创建GPU版本
python -m pip install paddlepaddle-gpu==2.5.2