LDOUBLEV
f08b306c9e
fix
2022-04-01 17:08:56 +08:00
WenmuZhou
fef47dcc18
rm view
2022-03-28 05:05:07 +00:00
littletomatodonkey
5fd2de2e2a
improve post process ( #5758 )
...
* improve post process
* rm unused code
2022-03-24 11:02:24 +08:00
zhoujun
6a885632e8
fix log print twice error ( #5743 )
2022-03-22 12:48:50 +08:00
WenmuZhou
1a2c7b2877
add FECNet inference
2022-03-11 09:12:35 +00:00
littletomatodonkey
5b33340647
fix kldiv when stop grad is trur ( #5643 )
2022-03-07 16:04:30 +08:00
littletomatodonkey
35d4dbc2d6
fix lost import ( #5605 )
2022-03-02 15:43:05 +08:00
WenmuZhou
0865d0c474
rm \n in FCEMetric
2022-03-01 08:14:56 +00:00
zhiminzhang0830
4b21494822
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into new_branch
2022-03-01 10:57:48 +08:00
OneYearIsEnough
6e607a0fa1
[Feature] Add PREN Scene Text Recognition Model(Accepted in CVPR2021) ( #5563 )
...
* [Feature] add PREN scene text recognition model
* [Patch] Optimize yml File
* [Patch] Save Label/Pred Preprocess Time Cost
* [BugFix] Modify Shape Conversion to Fit for Inference Model Exportion
* [Patch] ?
* [Patch] ?
* 啥情况...
2022-02-28 21:48:00 +08:00
zhiminzhang0830
917606b408
modify poly_intersection
2022-02-27 11:31:33 +08:00
zhiminzhang0830
d8dfdc9221
use Polygon from shapely
2022-02-23 13:27:47 +08:00
zhiminzhang0830
6f0e14a54a
modify Pad
2022-02-14 11:48:22 +08:00
zhiminzhang0830
bf7e085ea2
modify fcenet
2022-02-13 11:48:18 +08:00
WenmuZhou
8a28962cd7
add Const lr
2022-02-12 13:35:13 +00:00
WenmuZhou
1bcbd31815
add layoutlmv2
2022-02-12 07:17:38 +00:00
littletomatodonkey
229acda856
fix ips info and reduce interval of metric calc
2022-02-07 12:19:25 +00:00
OneYearIsEnough
aaae49584f
[Feature] Add eta function in model's training stage ( #5380 )
...
* [Feature] Add eta function in model's training stage
* [Feature] Add eta function in model's training stage
* [Feature] Add eta function in model's training stage
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [Feature] Adjust the strategy of ETA function according to Donkey's smart proposals.
* [BugFix] Fix offset bug, residual idxes should -1
2022-02-01 17:46:42 +08:00
zhiminzhang0830
4cea42d51b
add ignore_orientation
2022-01-27 18:07:40 +08:00
zhiminzhang0830
9f62b610de
add fcenet
2022-01-27 17:36:19 +08:00
zhoujun
63d5f7859f
Merge pull request #5294 from WenmuZhou/fix_vqa
...
add eps
2022-01-19 16:31:48 +08:00
WenmuZhou
60a1408d4e
add eps
2022-01-19 07:21:51 +00:00
bupt906
f2d6f541a6
add micronet ( #5251 )
2022-01-17 00:05:09 +08:00
bupt906
107a316f85
add onecycle ( #5252 )
2022-01-16 23:53:39 +08:00
MissPenguin
8bae1e40bd
Merge pull request #5174 from WenmuZhou/fix_vqa
...
vqa code integrated into ppocr training system
2022-01-14 13:53:26 +08:00
WenmuZhou
1cbe4bf26c
add todo
2022-01-14 04:41:03 +00:00
littletomatodonkey
6c29167e5b
fix skimage order ( #5244 )
2022-01-13 10:04:06 +08:00
WenmuZhou
23eb335ded
add need_reset to dataset
2022-01-12 09:54:07 +00:00
WenmuZhou
f671f133c0
move chunk to infer model
2022-01-12 02:29:46 +00:00
WenmuZhou
c703a5891a
fix re infer bug
2022-01-12 02:29:07 +00:00
littletomatodonkey
2ed52a0e67
fix data to support offline augment ( #5232 )
...
* fix data to support offline augment
* fix doc
* fix data
2022-01-11 18:40:04 +08:00
WenmuZhou
443de01526
fux bug
2022-01-07 08:00:59 +00:00
WenmuZhou
d6afe16579
add seed
2022-01-07 04:56:45 +00:00
WenmuZhou
434ab12276
merge infer and train
2022-01-07 01:29:53 +00:00
WenmuZhou
5b307b4b50
rm unused import
2022-01-06 10:59:24 +00:00
WenmuZhou
8ec42a5c8a
move import seqeval to get_metric fun
2022-01-06 08:58:55 +00:00
WenmuZhou
cd7b2ea923
add pretrained params to backbone
2022-01-06 03:35:30 +00:00
WenmuZhou
9ecfc34809
rm const decay
2022-01-05 14:49:04 +00:00
WenmuZhou
d8571bdb2a
move imgs to doc
2022-01-05 14:35:21 +00:00
WenmuZhou
0d7ee96807
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fix_vqa
2022-01-05 11:08:12 +00:00
WenmuZhou
a323fce66d
vqa code integrated into ppocr training system
2022-01-05 11:03:45 +00:00
tink2123
3647c3188e
fix save load, update det pretrain
2022-01-05 15:35:12 +08:00
tink2123
845cecd030
mv fasttext for requirements
2021-12-31 13:08:51 +08:00
yfzhou
725e845485
temp_bboxes get wrong dimension info
2021-12-30 14:45:16 +08:00
MissPenguin
683c86edb3
Merge pull request #4960 from tink2123/fix_seed_padding
...
polist seed code
2021-12-20 11:16:47 +08:00
LDOUBLEV
e6a2970746
add eps
2021-12-19 11:15:37 +00:00
LDOUBLEV
2afc8dd0db
fix win
2021-12-19 11:10:10 +00:00
tink2123
a5280c0f40
polist seed code
2021-12-17 21:42:53 +08:00
Double_V
5e4d1891ea
Merge branch 'dygraph' into sdmgr
2021-12-16 18:50:53 +08:00
LDOUBLEV
721c76b42d
fix conflict
2021-12-16 10:42:56 +00:00
WenmuZhou
fcd73d2659
fix bug in copypaste when point num > 8
2021-12-13 11:24:50 +00:00
littletomatodonkey
2b8e9b2614
remove name ( #4870 )
2021-12-08 22:53:49 +08:00
zhoujun
0825841f06
del table backbone ( #4802 )
2021-11-30 23:26:40 +08:00
Double_V
0271adae76
Merge pull request #4799 from tink2123/del_fp16
...
del fp16 in rec_model
2021-11-30 19:14:11 +08:00
xiaoting
6446657467
Merge branch 'dygraph' into del_fp16
2021-11-30 17:59:36 +08:00
WenmuZhou
20f001d3b6
add rec fpgm
2021-11-30 07:12:05 +00:00
WenmuZhou
7c15d1b790
change is to does
2021-11-29 08:38:15 +00:00
WenmuZhou
389e315ae0
opt east post
2021-11-29 02:48:09 +00:00
tink2123
ee6fe424e9
fix seed
2021-11-26 06:55:48 +00:00
WenmuZhou
8ffa50feb7
opt load model
2021-11-26 06:50:03 +00:00
WenmuZhou
35e471860d
remove lanms-nova
2021-11-25 13:00:37 +00:00
WenmuZhou
7f1badf74c
pair param with key when load trained model params
2021-11-24 10:23:06 +00:00
WenmuZhou
4a6f7ceca6
pair param with key when load trained model params
2021-11-24 09:40:33 +00:00
WenmuZhou
91b79f6929
pair param with key when load trained model params
2021-11-24 09:28:34 +00:00
WenmuZhou
3fba21c84d
replace lanms with lanms-nova
2021-11-23 10:07:16 +00:00
tink2123
e9c3ff84a9
fix attenton loss for ce
2021-11-22 12:08:33 +08:00
tink2123
f26846ccd1
fix attenton loss for ce
2021-11-22 12:07:32 +08:00
littletomatodonkey
7dccfe57a0
improve system prediction and remove some hard code ( #4643 )
...
* fix center yaml
* rm init_center param
* fix typo
* improve pred system
2021-11-17 12:32:05 +08:00
zhoujun
ae4167dc32
merge init_model and load_dygraph_params to load_model ( #4623 )
...
* merge init_model and load_dygraph_params to load_model
2021-11-12 11:06:36 +08:00
zhoujun
96c8c004b5
add desc of version params ( #3929 )
...
* add desc of version params
2021-11-10 20:20:45 +08:00
zhoujun
b6a21419d6
fix gap between table structure train model and inference model ( #4565 )
...
* add indent in pipeline_rpc_client.py
* fix gap in table structure train model and inference model
2021-11-10 20:18:48 +08:00
Double_V
790b5b0b22
Merge pull request #4555 from WenmuZhou/copyright
...
add refer for db loss and tps
2021-11-05 09:45:07 +08:00
tink2123
2ce4d9f8b5
fix attn score
2021-11-04 15:58:00 +00:00
WenmuZhou
37f8253134
add refer for db loss and tps
2021-11-04 21:21:24 +08:00
MissPenguin
5aa14c5f11
Merge pull request #4551 from WenmuZhou/copyright
...
add refer for some code
2021-11-04 19:41:06 +08:00
MissPenguin
ff12628cb2
Merge pull request #4552 from littletomatodonkey/dyg/add_refer
...
add reference
2021-11-04 19:40:52 +08:00
MissPenguin
91ed0cd0bd
Merge pull request #4546 from tink2123/add_refer
...
Add refer for seed
2021-11-04 19:40:23 +08:00
MissPenguin
357dcc1498
Merge pull request #4545 from LDOUBLEV/test_v10
...
add refer to east and sast preprocess
2021-11-04 19:39:58 +08:00
MissPenguin
aade74b03e
Merge pull request #4547 from andyjpaddle/add_ref_for_sar
...
add refer to backbone and head of sar
2021-11-04 19:39:23 +08:00
MissPenguin
19a359a435
Merge pull request #4548 from MissPenguin/dygraph
...
add reference for locality_aware_nms
2021-11-04 19:38:58 +08:00
WenmuZhou
b323ad44b7
add copyright
2021-11-04 19:11:28 +08:00
littletomatodonkey
9670e5bbe4
add reference
2021-11-04 19:06:54 +08:00
WenmuZhou
fe92c51c42
add refer for some code
2021-11-04 18:23:23 +08:00
MissPenguin
019cc0547d
add reference for locality_aware_nms
2021-11-04 09:54:32 +00:00
andyjpaddle
959bde3c66
add refer to backbone and head of sar
2021-11-04 09:50:41 +00:00
tink2123
1679ef13d3
add refer for seed
2021-11-04 17:50:19 +08:00
LDOUBLEV
51e8aed621
refer 2 referec
2021-11-04 17:40:04 +08:00
LDOUBLEV
ec7a7f00de
add refer to db
2021-11-04 17:34:56 +08:00
LDOUBLEV
0c8acf9099
add refer to east and sast preprocess
2021-11-04 16:15:12 +08:00
MissPenguin
bc8bf56596
Merge pull request #4501 from WenmuZhou/fx_pse
...
pse post-processing is only compiled when needed
2021-11-02 19:40:30 +08:00
WenmuZhou
39ac3b5ab4
pse post-processing is only compiled when needed
2021-11-02 16:10:43 +08:00
andyjpaddle
92c9eaf314
fix sar train on cpu
2021-10-29 08:28:59 +00:00
topduke
81f0a83e11
Update rec_nrtr_loss.py
2021-10-27 22:28:58 +08:00
topduke
da02c71d5a
Merge branch 'PaddlePaddle:dygraph' into dygraph
2021-10-27 15:53:58 +08:00
topduke
b995249965
modify int64 to int32 for windows train
2021-10-27 15:53:46 +08:00
WenmuZhou
85352c93c1
add windows support of pse
2021-10-25 11:09:00 +08:00
xiaoting
37331199dd
Merge pull request #4301 from tink2123/rm_rec_char_type
...
rm rec_char_type
2021-10-19 16:06:44 +08:00
Bin Lu
d2d1483caf
adjust some code format and wrongly spelling ( #4319 )
...
* Update ace_loss.py
* Update center_loss.py
* Update enhanced_ctc_loss.md
2021-10-15 21:57:48 +08:00
tink2123
6eaf11f1d6
fix lower
2021-10-15 03:53:17 +00:00
MissPenguin
a99065fe6a
Merge pull request #4305 from littletomatodonkey/dyg/rm_usused_import
...
rm unused import
2021-10-14 19:51:18 +08:00