-
将ccpd数据集截取车牌区域,只训练字符识别阶段,100K图像训练。
设置自己的车牌字典,使用ch_ppocr_server_v1.1_rec_train/best_accuracy为预训练权重,训练过程中评估效果较好
(Test iter: 38000, acc:0.996700, best_acc:0.997700, best_epoch:14, best_batch_id:20000, …
-
RT,本地执行.\tools\test_shadownet.py,单张图片推理1S不到,转化成pb文件,加载后推理速度慢了5倍!
转化的脚本如下:
#!/usr/bin/env python3
import argparse
import numpy as np
import tensorflow as tf
import sys
sys.path.append(r"D:…
-
本地window环境下,运行python predict_system.py, det 使用的east,rec使用CRNN,成功检测并识别。
但是使用EAST+RATE失败。
下载的是:
rec_r34_vd_tps_bilstm_ctc
然后自己export出inference模型。
按照路径进行配置
![1](https://user-images.githubuserconten…
-
I'm learning a lot from this project. Thank you.
I'm testing with the h5 file you put on Google Drive.
However, the following error occurs.
**python : 3.7.0
tensorlfow version : 2.4.0**
**1…
-
注意到新开源的SEED,解码是基于attention结构的,语言模型能否加入到CRNN的解码结构当中呢?
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:ubuntu 16.04
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
- padd…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:
- 运行指令/Command Cod…
-
# PaddleOCR社区常规赛
PaddleOCR社区常规赛是面向所有开发者举办的积分赛事,提供多层次多维度的开放式赛题,并为优秀的社区项目给予物质与精神的多重奖励。
基于PaddleOCR进行二次开发的 **_绝大多数项目或贡献都可通过社区常规赛获得积分与奖励_** 。我们鼓励开发者实现自己的想法,也希望正在学习中的开发者在常规赛题中找到实现的方向。
最终社区项目将会收录在Paddl…
-
https://github.com/FLming/CRNN.tf2/blob/f41e33524ed928414585e19414f241fcd254f9c7/tools/decoders.py#L27
在这里项目里面,您的 /< /BLK> 应该对应的 index 是 37 也可以理解为 max len sequnce - 1, 也可以理解为 index -1 , 在训练的时候 ctc …
-
[2022/03/07 15:38:03] root INFO: epoch: [1/500], iter: 100, lr: 0.000000, loss_ctc_Student_0: 782.231079, loss_ctc_Teacher_1: 779.671387, dml_0: 65.562668, loss: 1627.260986, loss_distance_l2_Student_…