1 Star 0 Fork 0

huwei/Hyper-Table-OCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.yml 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
preprocessing:
hed_path: './models/network-bsds500.pytorch'
table_detection:
model_path: './models/new_epoch_24.pth'
config_path: './cascade_mask_rcnn_hrnetv2p_w32_20e.py'
score_thr: 0.85
table_line:
type: 'unet'
unet:
model_path: './models/table-line.h5'
input_shape: [512, 512]
hprob: 0.7
vprob: 0.7
traditional:
placeholder: 'placeholder'
ocr:
paddle:
det_path: "./models/ch_ppocr_server_v1.1_det_infer/"
rec_path: "./models/ch_ppocr_server_v1.1_rec_infer/"
paddle_lite:
det_path: "./models/ch_ppocr_server_v1.1_det_infer/"
rec_path: "./models/ch_ppocr_mobile_v1.1_rec_infer/"
chineseocr:
det_path: "./models/dbnet.onnx"
rec_path: "./models/ocr-lstm.pth"
web:
host: '0.0.0.0'
port: 5000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/debug-huwei/Hyper-Table-OCR.git
git@gitee.com:debug-huwei/Hyper-Table-OCR.git
debug-huwei
Hyper-Table-OCR
Hyper-Table-OCR
main

搜索帮助