-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:
- Windows 11
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
- 运行…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
- 运行指令/Command Cod…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
如图,繁体字完全无法识别
![image](https://user-images.githubusercontent.com/17614992/84217511-efcfa780-aafe-11ea-8651-dac637b57140.png)
-
config.py中同时import torch和paddlepaddle会出现
```python
ImportError: generic_type: type "_gpuDeviceProperties" is already registered!
```
cuda版本11.8
torch版本2.0.1
paddle-gpu 2.4.2和2.6都试过没有解决
-
Sorry to bother you again. I found that different resolution of an image will have a big impact on the recognition effect. For example, if the original resolution of some input images is reduced to 80…
-
[inference.zip](https://github.com/PaddlePaddle/Paddle2ONNX/files/7258385/inference.zip)
There's 3 ops are not supported yet
=========== fc ===========
=========== ctc_align ===========
==========…
-
ocr = PaddleOCR(rec_model_dir=r'train_model\r45_visionlan\train_process\5\infer', rec_algorithm='VisionLAN', rec_char_dict_path=r'ppocr\utils\number.txt')
我想用这种方法加载自己训练的识别模型'VisionLAN'模型,但是提示只能用'CR…
-
请问这个模型能训练自己的数据集吗?