-
我更改了`rec_chinese_lite_train.yml`配置文件的内容,如下:
```
Global:
algorithm: CRNN
use_gpu: true
epoch_num: 300
log_smooth_window: 20
print_batch_step: 10
save_model_dir: ./output/rec_CRNN
…
-
I have been training CRNN for Vietnamese text recognition for days but my evaluation score always 0.0 in spite of my training score improve
![image](https://github.com/PaddlePaddle/PaddleOCR/assets/…
-
原命令中好像缺失了一个"/"
修改后的命令为: python test_udp.py --output res-XX --str_model STR_modules/downloads_models/CRNN-None-VGG-BiLSTM-CTC-sensitive.pth --STR_name CRNN --Transformation None --FeatureExtraction V…
-
#### 问题描述 / Problem Description
#### 运行环境 / Runtime Environment
- OS:
- Paddle:
- PaddleOCR:
#### 复现代码 / Reproduction Code
#### 完整报错 / Complete Error Message
#### 可能解决方案 / Possibl…
-
Hello
I want to download the license plate recognition model and then convert the model file to ONNX format and use it locally. Is this possible?
Please guide me if possible.
Thanks to the creators…
-
### Bug description
I want to use docTR for training of Recognition of Turkish language data. I have created a dataset as specified. The images in the dataset are mixed shapes but all images widht an…
-
新字典21333个字符
旧字典6625个字符
训练报warring:
[2022/03/08 08:34:10] root WARNING: The shape of model params Teacher.head.fc2.weight [96, 21333] not matched with loaded params Teacher.head.fc2.weight [96, 6625…
-
Hello,
I was wondering if it's possible to create a CRNN model for text recognition using PyTortto? I tried to use CTCLoss from pytorch but created issues.
If not, is it possible for me to copy…
-
## 🐛 Bug
Running the upstreamed benchmarking scripts with the following command results in an unexpected error.
```bash
python xla/benchmarks/experiment_runner.py \
--suite-name torchbe…
-
### Bug description
If the target text is long, say about 14-20 characters, I am unable to fine-tune. Is there any flag to change the max-length?
### Code snippet to reproduce the bug
```python
im…