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
1068

被折叠的 条评论
为什么被折叠?



