Opencv installation version is specified
This commit is contained in:
parent
61d52897d4
commit
438d064777
|
@ -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
|
||||
```
|
||||
|
||||
### 参考资料
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@ pyclipper
|
|||
lmdb
|
||||
tqdm
|
||||
numpy
|
||||
opencv-python
|
||||
opencv-python==4.2.0.32
|
||||
|
|
Loading…
Reference in New Issue