PPOCRLabel 环境配置教程

PPOCRLabel 环境配置教程_哔哩哔哩_bilibili

1 安装 conda

2 新建环境

conda create --name ppocr python=3.8 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda activate ppocr
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install PyQt5 sip
pip3 install --upgrade pip
pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install numpy==1.23.5 
cd ./PPOCRLabel
python PPOCRLabel.py --lang ch

你可能感兴趣的:(人工智能,算法,计算机视觉,opencv)