-
Hi PaddleOCR, i want to finetune pretrained model using rec_chinese_common_train.yml, but error happens
## environment
I just downloaded the latest repo in gitee.com and downloaded the pretraine…
-
Hello good people, I'm trying to train this model with my own data, after some issues, now i got the following when running the following:
`(venv) C:\Users\itres\Desktop\OCR\craft_crnn\deep-text-re…
-
`aistudio@jupyter-363593-683413:~/work/PaddleOCR-develop$ python tools/train.py -c configs/rec/rec_chinese_common_train.yml
2020-08-27 22:01:04,734-INFO: {'Global': {'debug': False, 'algorithm': 'CR…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX 10.14.6
- TensorFlow installed from (source or binary): 2.0
- TensorFlow version (or github SHA if from source)…
-
https://github.com/liuhu-bigeye/enctc.crnn/blob/de22c76f55b86a19c3fb6f9b1b882bbda09a56dd/pytorch_ctc/m_ctc.py#L141
Hi,
I believe the argument `blank` of `ctc_loss_log` is not being used properly. …
-
When I train, there is an error in the code:
Traceback (most recent call last):
File "det_train.py", line 259, in
TrainValProgram(config)
File "det_train.py", line 145, in TrainValProgr…
kszqq updated
4 years ago
-
下载了英文识别模型:rec_mv3_none_bilstm_ctc.tar. 按照说明转换模型,识别
python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/en/word_10.png" --rec_model_dir="./inference/rec_crnn/"
识别结果:
Predicts of ./d…
-
#497
![2020-08-07 19-52-55](https://user-images.githubusercontent.com/28496069/89643356-2734b780-d8e8-11ea-98d2-c16616b113af.png)
不知道是为什么
-
根據 #83
```
针对错误 NameError: name 'basemodel' is not defined
下载ocr0.2.h5( https://github.com/jiangxiluning/chinese-ocr/blob/master/ocr/ocr0.2.h5 ),放到./CHINESE-OCR/ocr/路径下
```
的建議 我成功運行了demo.…
-
- OpenCV => 4.0.1 (python)
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Python 3.6.3 |Anaconda custom (64-bit)
I have trained a crnn model for text image recognition, I froze …