Commit Graph

5768 Commits (48a785f9cd93d928cd83e207a05db1b7b19df7e7)
 

Author SHA1 Message Date
zhoujun 70ad319acc
Merge pull request #7501 from WenmuZhou/tipc
add pretrain model for slanet in benckmark
2022-09-07 11:17:38 +08:00
WenmuZhou 36bf71243c add pretrain model for slanet in benckmark 2022-09-06 07:16:29 +00:00
zhoujun c5467dee3c
Merge pull request #7489 from zhengya01/tipc_log
tipc paddle2onnx trans
2022-09-05 19:00:10 +08:00
littletomatodonkey 585a2dc167
fix doc bug (#7382) 2022-09-05 18:46:16 +08:00
Double_V d022b26903
Merge pull request #7420 from wangjingyeye/dyg_db
update pgnet
2022-09-05 18:45:44 +08:00
wangjingyeye 0fd122b674 update pgnet 2022-09-05 09:06:17 +00:00
zhengya01 cdac66f183 tipc paddle2onnx trans 2022-09-05 16:56:29 +08:00
zhoujun cf31719c75
Merge pull request #7485 from WenmuZhou/table_label
support onnx infer of SLANet
2022-09-05 16:36:34 +08:00
WenmuZhou 93d9d68255 change infer img in slanet config 2022-09-05 15:32:21 +08:00
WenmuZhou 6419c7bdaa add stop_gradient to create tensor 2022-09-05 15:31:19 +08:00
wangjingyeye 4c0b08733d update pgnet 2022-09-05 07:03:16 +00:00
WenmuZhou f6698a32d8 support onnx infer of SLANet 2022-09-05 15:02:22 +08:00
zhoujun e019468040
Merge pull request #7469 from WenmuZhou/tipc
[TIPC] add SLANet to benckmark and fix ch_ppocr_mobile_v2_0_det benckmark fps diff
2022-09-05 12:09:14 +08:00
WenmuZhou 0f8bbf0e3d fix paddle2onnx error 2022-09-05 03:12:23 +00:00
Double_V 2e6a7f1fc4
Merge pull request #7478 from ZhangXinNan/zxdev_dyg
增加draw_ocr_box_txt2:解决文本框倾斜时文字画在外边的情况
2022-09-05 09:27:11 +08:00
zhangxinnan 51d771ce19 import random放到脚本 开始 2022-09-04 12:40:45 +08:00
zhangxinnan 2925aeb4e4 去掉旧版本的draw_ocr_box_txt 2022-09-04 12:38:18 +08:00
zhangxinnan 960a0ca607 增加draw_ocr_box_txt2:解决文本框倾斜时文字画在外边的情况 2022-09-04 10:01:16 +08:00
WenmuZhou 9d450d8a2b fix ch_ppocr_mobile_v2_0_det benchmark fps diff 2022-09-02 13:51:37 +00:00
WenmuZhou d76b7f8b80 add slanet to benckmark 2022-09-02 08:25:13 +00:00
Double_V 1323983c0c
Merge pull request #7462 from LDOUBLEV/dygraph
padding when image.h+w < 32
2022-09-02 11:21:59 +08:00
LDOUBLEV 4ee160ae84 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2022-09-02 10:50:51 +08:00
LDOUBLEV 2189e54ad9 padding when image.h+w < 32 2022-09-02 10:45:33 +08:00
andyj aa38b35837
Merge pull request #7447 from WenmuZhou/tipc
[TIPC] fix layoutxlm_ser ch_ppocr_mobile_v2_0_det_FPGM ch_ppocr_mobile_v2_0_rec_FPGM error
2022-09-01 18:56:05 +08:00
Double_V ad8b450af3
Merge pull request #7441 from vivien8261/dygraph
update bytes support
2022-09-01 16:39:57 +08:00
Evezerest 01f903b560
Merge pull request #7445 from dium6i/dygraph
更新 PPOCRLabel 导出 JSON 文件的错误,更新了配置文件 SLANet_ch.yml 中 Eval - datadir 前多余的空格。
2022-09-01 16:01:15 +08:00
WenmuZhou 3093f2410e rm cpu infer in tablemaster 2022-09-01 06:58:33 +00:00
WenmuZhou ee50c725b3 fix ch_ppocr_mobile_v2_0_det_FPGM error 2022-09-01 06:15:00 +00:00
WenmuZhou a6c5ad9b7f fix ch_ppocr_mobile_v2_0_rec_FPGM error 2022-09-01 06:07:44 +00:00
WenmuZhou 70cd012105 add autolog install 2022-09-01 05:49:39 +00:00
WenmuZhou 31a0159155 fix ser tipc error 2022-09-01 03:01:45 +00:00
zhoujun 5bf01f1969
Merge pull request #7374 from WenmuZhou/cpp_infer
[cpp infer] Fix boundary problems
2022-09-01 09:56:42 +08:00
dium6i a3f0d446f0
Update SLANet_ch.yml
更新了配置文件中 Eval - datadir 前多余的空格。
2022-09-01 08:49:09 +08:00
dium6i 3273a198dd
Update PPOCRLabel.py
解决了导出 JSON 文件时,L2534 将 "cells" 写成 "cell" 的问题。因如下代码取的是cells,否则在训练载入数据时会报 keyerror 的错误。
282eebbd66/ppocr/data/pubtab_dataset.py (L102)
2022-09-01 08:45:22 +08:00
Leif abe7550c8a update readme
update readme
2022-08-31 21:20:33 +08:00
Evezerest b2bd75a14c
Merge pull request #7443 from Evezerest/dygraph
Update the README of PPOCRLabel
2022-08-31 21:07:51 +08:00
Leif 69666cd375 Update the README of PPOCRLabel
Update the README of PPOCRLabel
2022-08-31 21:03:17 +08:00
Leif 6b60f074dc Merge remote-tracking branch 'origin/dygraph' into dy1 2022-08-31 20:58:26 +08:00
vivien f9baf0eabc update bytes support 2022-08-31 19:59:29 +08:00
Double_V 2ded688eb7
Merge pull request #7437 from LDOUBLEV/dygraph
[doc]add introduction about det_db_score_mode
2022-08-31 15:09:14 +08:00
LDOUBLEV a1bae7b391 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2022-08-31 14:34:26 +08:00
LDOUBLEV e76cbf0081 fix doc_ch 2022-08-31 14:33:57 +08:00
Evezerest c12890cc76
Merge pull request #7418 from WenmuZhou/tipc
add opencv-python to req
2022-08-30 14:05:16 +08:00
wangjingyeye 929b4f4557 update pgnet 2022-08-30 05:58:39 +00:00
WenmuZhou 1a8c25d23e add opencv-python 2022-08-30 02:42:35 +00:00
WenmuZhou fc9483e957 add opencv-python to req 2022-08-30 02:41:17 +00:00
Double_V f8fb8a7b1b
Merge pull request #7406 from LDOUBLEV/dygraph
fix cml
2022-08-29 14:33:48 +08:00
LDOUBLEV f630700a99 fix cml 2022-08-29 14:03:05 +08:00
MissPenguin 64ae2a874e
Update README.md 2022-08-29 12:10:58 +08:00
MissPenguin 2029be8cdc
Update README_ch.md 2022-08-29 12:10:41 +08:00