Commit Graph

481 Commits

Author SHA1 Message Date
zhoujun 14fce808ff
Merge pull request #3376 from WenmuZhou/fx_pse
add pse
2021-09-15 17:08:43 +08:00
WenmuZhou ac98415b48 merge dygraph 2021-09-14 14:51:04 +08:00
Topdu 469e76cc28 comment review 2021-09-14 05:06:53 +00:00
Topdu f688909b8e fix nrtr export inference model 2021-09-13 13:10:10 +00:00
xiaoting 9a44e279fe
Merge pull request #3798 from andyjpaddle/add_rec_sar
Add rec_sar
2021-09-09 10:48:33 +08:00
Double_V f09a28c624
Merge pull request #3952 from LDOUBLEV/dygraph
update results for opencv 4.4
2021-09-08 11:03:24 +08:00
Double_V ded97737f0
Merge pull request #3868 from before31/dygraph
修复 端到端算法调用inference模型时与训练模型结果不一致的问题,由rgb3个通道的顺序不一致引起
2021-09-08 10:40:26 +08:00
LDOUBLEV 0368e7a678 set batch dim dynamic 2021-09-07 12:54:10 +00:00
MissPenguin 727febd4e9
Merge pull request #3833 from LDOUBLEV/test_v7
add multi_predictor test
2021-09-07 14:59:47 +08:00
andyjpaddle 8a7d3a2948
Merge branch 'dygraph' into add_rec_sar 2021-09-07 11:05:18 +08:00
WenmuZhou af34d7852e merge dygraph 2021-09-07 10:30:14 +08:00
Double_V 86dd21f058
Merge pull request #3894 from LDOUBLEV/fix_distill
fix config about det distill
2021-09-06 21:12:01 +08:00
LDOUBLEV fffd556cab fix distill model predict 2021-09-03 12:09:50 +00:00
LDOUBLEV 5947c56773 fix eval load params 2021-09-03 12:06:11 +00:00
littletomatodonkey 03b7daa5be
fix distillation model export and pred save (#3869) 2021-09-01 19:36:16 +08:00
before31 97987978cf 修复 端到端算法调用inference模型时与训练模型结果不一致的问题,由rgb3个通道的顺序不一致引起 2021-08-31 22:56:08 +08:00
Double_V b38a828b32
Merge pull request #3815 from LDOUBLEV/fix_ci_
add comparion script
2021-08-31 20:58:01 +08:00
andyjpaddle ea019601a7 fix conflic in program 2021-08-31 12:19:11 +00:00
andyjpaddle ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
WenmuZhou 835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
LDOUBLEV cf16859919 set benchmark in predict_system 2021-08-27 06:48:27 +00:00
LDOUBLEV eb96c623b8 set benchmark in predict_system 2021-08-27 06:46:40 +00:00
xiaoting 5c664bf4f5
Merge pull request #3721 from Topdu/dygraph
add rec_nrtr
2021-08-26 15:30:52 +08:00
LDOUBLEV 6b8d6cc3b7 fix log 2021-08-26 02:22:32 +00:00
LDOUBLEV d7cbe52697 adjust the min_subgraph_size to 15 2021-08-26 02:21:22 +00:00
LDOUBLEV 71ed68c9a8 add comparion script 2021-08-25 13:38:20 +00:00
tink2123 22b57d632d fix infer shape 2021-08-25 09:41:16 +00:00
tink2123 7488bc1db5 fix infer shape 2021-08-25 07:34:23 +00:00
Double_V 68e52250f3
Merge pull request #3751 from LDOUBLEV/fix_pgnet
fix predict_e2e.py
2021-08-25 14:55:26 +08:00
andyjpaddle 8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
LDOUBLEV 3691291ae1 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fix_trt_res 2021-08-23 09:14:36 +00:00
LDOUBLEV 1bf24676c2 fix rec trt 2021-08-23 09:13:22 +00:00
LDOUBLEV 5f7d4b9fe1 fix trt dynamic shape 2021-08-23 08:52:42 +00:00
topduke 73058cc082
Update program.py 2021-08-23 11:45:10 +08:00
topduke 533b15c820
Update program.py 2021-08-23 11:43:45 +08:00
LDOUBLEV 8587b40c92 fix predict_e2e.py 2021-08-19 12:23:05 +00:00
Topdu 55b76dcaa5 delete blank lines and modify forward_train 2021-08-19 09:31:02 +00:00
LDOUBLEV 30b10d2933 raise error when run on cpu but set use_gpu as True 2021-08-18 07:01:13 +00:00
topduke adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
Topdu 2e76e46b3c update nrtr metric 2021-08-17 13:44:44 +00:00
Topdu 1623c17cdc add rec_nrtr 2021-08-17 13:10:53 +00:00
Topdu b6f0a90366 add rec_nrtr 2021-08-17 12:41:01 +00:00
LDOUBLEV 49c4a3a7ed gpu_id is None when args.use_gpu as False 2021-08-17 02:46:18 +00:00
LDOUBLEV 5bb6ae05c4 add rec get_gpu_id 2021-08-17 02:45:26 +00:00
LDOUBLEV d83b1de17e mv get_gpu_id func to utility 2021-08-17 02:43:15 +00:00
LDOUBLEV 96a3f90ced add gpu check 2021-08-17 02:29:41 +00:00
WenmuZhou 55f6a634fa Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fx_pse 2021-08-09 12:49:16 +08:00
WenmuZhou 915d06324d merge dygraph 2021-08-09 11:11:29 +08:00
littletomatodonkey af47617493 rename bool to str2bool 2021-08-07 15:43:05 +08:00
MissPenguin 5487ab7a77
Merge pull request #3333 from LDOUBLEV/test_v7
add new ci shell
2021-08-04 19:28:43 +08:00