Opencv installation version is specified

This commit is contained in:
Leif 2020-12-02 21:14:58 +08:00
parent 61d52897d4
commit 438d064777
2 changed files with 6 additions and 2 deletions

View File

@ -80,7 +80,11 @@ python3 PPOCRLabel.py
### 错误提示
- 如果同时使用whl包安装了paddleocr其优先级大于通过paddleocr.py调用PaddleOCR类whl包未更新时会导致程序异常。
- PPOCRLabel不支持对中文文件名的图片进行自动标注。
- PPOCRLabel**不支持对中文文件名**的图片进行自动标注。
- 如果您在打开软件过程中出现**objc[XXXXX]**开头的错误证明您的opencv版本太高建议安装4.2版本:
```
pip install opencv-python==4.2.0.32
```
### 参考资料

View File

@ -4,4 +4,4 @@ pyclipper
lmdb
tqdm
numpy
opencv-python
opencv-python==4.2.0.32