-
- 标题:import paddle.fluid 时报错dlopen:cannot load any more object with static TLS
- 版本、环境信息:
1)PaddlePaddle版本:develop:a6e935f4243e52
2)CPU:MKL/openblas
3)GPU:CUDA9/CUDA10
4)系统环境:padd…
-
**您好,我使用您的crnn.pytorch仓库中的代码进行训练,却发生了keyerror的问题。训练日志如下:**
![error_log](https://user-images.githubusercontent.com/51820927/98622185-3a727b80-234c-11eb-97ec-b74ef7497a4f.jpg)
**数据集是我自己准备的,数据标签文件格式如…
-
当我用TextRecognitionDataGenerator工具创建英文的数据集
单词与单词之间有空格,调用python crnn_main.py开始训练就会报如下错误:
RuntimeError:Tensor for argument #2 'targets' is on CPU,but expected it to be on GPU(while checking arguments f…
-
F:\PaddleOCR>python tools/train.py -c configs/rec/rec_icdar15_train.yml
[2021/02/20 17:42:08] root INFO: Architecture :
[2021/02/20 17:42:08] root INFO: Backbone :
[2021/02/20 17:42:08] root IN…
-
When I trained your sample data with tensorflow-gpu 1.12, I got this error (I've cloned tf-1.12 branch, but it had same error).
INFO:tensorflow:Using config: {'_eval_distribute': None, '_num_worker…
-
您好,在使用过程中遇到大字库识别数据不平衡的情况。除了进行数据生成虚拟数据之外,是否可以通过focal ctc loss的方法解决常见字和生僻字训练样本不均衡问题呢? 如果不可行的话的原因是什么呢?十分感谢您的回复
参考论文:
[1] Focal CTC Loss for Chinese Optical Character Recognition on Unbalanced Datas…
-
rec_model我没用 **超轻量中文模型** 或 **通用中文OCR模型** ,而是用的 **RARE | MobileNetV3 : rec_mv3_tps_bilstm_attn**。
det已经检测出框了,然后rec模型每次运行到这句:` this->predictor_->ZeroCopyRun();` 就各种报错。
```
0x000007FEFCC2BDFD 处(位于 ocr…
-
Hi,
In https://github.com/clovaai/deep-text-recognition-benchmark/,
multiple versions of CRNN are provided based on Transformation(TPS/None), FeatureExtracter(VGG, RCNN, Resnet), LSTM, and CTC/Atte…
-
本地单机单卡训练正常。
本地单机多卡出现如下问题。
34 File "./ctc_train.py", line 125, in main
35 train(args, data_reader=ctc_reader)
36 File "./ctc_train.py", line 87, in train
37 feed=get_feeder_data(dat…
-
我修改了Word对象的all_word的返回,我的目标字符只有英文和数字 加上 逗号 空格 减号一些简单的符号,训练完200epoch
之后使用这个模型预测的时候发现 无论识别什么图片(先不管最终结果的正确),在结果的label中的各个字符前后都有很多0
比如:
我的图片中是 hello world
识别出来的是 h0e0l0l0o0 0w0o0r0l0d0 类似于这样的。
然后我尝…