WenmuZhou
|
6419c7bdaa
|
add stop_gradient to create tensor
|
2022-09-05 15:31:19 +08: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 |
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 |
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 |
andyjpaddle
|
780497a1af
|
Merge pull request #7381 from jinmingteo/dygraph
limit maximum resizing ratio
|
2022-08-29 09:40:58 +08:00 |
littletomatodonkey
|
71c9a94717
|
fix cv2 req (#7365)
|
2022-08-27 19:39:47 +08:00 |
jinming.teo
|
4af5f63d44
|
limit maximum resizing ratio
|
2022-08-26 22:17:23 +08:00 |
WenmuZhou
|
1566694145
|
Fix boundary problems
|
2022-08-26 07:29:13 +00:00 |
MissPenguin
|
18e80f9b02
|
Update README.md
|
2022-08-26 11:12:06 +08:00 |
MissPenguin
|
60380fc2b6
|
Update README.md
|
2022-08-26 11:08:52 +08:00 |
MissPenguin
|
3ee8596573
|
Update README_ch.md
|
2022-08-26 11:05:41 +08:00 |
MissPenguin
|
a22563d35f
|
Update README.md
|
2022-08-26 11:02:57 +08:00 |
MissPenguin
|
68b057df68
|
Update README_ch.md
|
2022-08-26 10:59:24 +08:00 |
MissPenguin
|
28c946f4bd
|
Update README.md
|
2022-08-26 10:58:29 +08:00 |
Leif
|
97497d355f
|
rename readme
rename readme
|
2022-08-25 18:59:53 +08:00 |
Evezerest
|
6989a35e62
|
Merge pull request #7356 from Evezerest/dygraph
Update PPOCRLabel.py
|
2022-08-25 18:55:46 +08:00 |