Double_V
9deee44a7a
Merge branch 'release/2.0' into doc_cp
4 years ago
Double_V
f23aa77757
Merge pull request #1920 from LDOUBLEV/trt_cpp
...
优化部署、安装相关文档
4 years ago
LDOUBLEV
5e555a8047
cherry-pick fix doc and fix dilation
4 years ago
zhoujun
364a777763
Merge pull request #1984 from WenmuZhou/update_reqire
...
[cherry-pick] predict_rec support rare and fix rare export error
4 years ago
WenmuZhou
4dfc583850
predict_rec support rare
4 years ago
tink2123
807cd824a5
fix srn for eval
4 years ago
xiaoting
a3afc162fa
Merge pull request #1972 from tink2123/fix_eval_for_srn_2.0
...
polish code for srn eval
4 years ago
tink2123
ad15a64569
polish code for srn eval
4 years ago
WenmuZhou
8e9d851563
add dataset len check
4 years ago
littletomatodonkey
0c75cbc55b
fix doc
4 years ago
MissPenguin
dd6f6f5cf3
Merge pull request #1869 from LDOUBLEV/rare
...
upload rare code
4 years ago
iamyoyo
be94977426
program.py 257行 变量名问题
...
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
4 years ago
iamyoyo
a92bb6d310
Update program.py
...
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
4 years ago
LDOUBLEV
56cbbdfb01
fix conflict
4 years ago
LDOUBLEV
f896032255
pre-commit
4 years ago
xiaoting
2a0c3d4dac
fix eval mode without srn ( #1889 )
...
* fix base model
* fix start time
4 years ago
xiaoting
6ebbbfe46c
Merge branch 'dygraph' into dygraph_for_srn
4 years ago
zhoujun
b0d1dca688
fix starnet export ( #1850 )
...
* fix starnet export
* fix bug
* add note
4 years ago
Channingss
cacf8f8a6c
export_model support dynamic input shape
4 years ago
xiaoting
1888ca2793
Merge pull request #1826 from tink2123/multi_lan_doc
...
update multi-lang doc
4 years ago
tink2123
8f52a73718
polish code
4 years ago
LDOUBLEV
09fd94e781
fix typo
4 years ago
xiaoting
f214437538
Merge branch 'dygraph' into dygraph_for_srn
4 years ago
littletomatodonkey
9f581156d9
fix data replication for multi-cards sampling
4 years ago
tink2123
ed2f0de95e
mv model_average to incubate
4 years ago
tink2123
93670ab5a2
all ready
4 years ago
zhoujun
499ae66003
update utility
4 years ago
zhoujun
c03b0b0604
Update utility.py
4 years ago
tink2123
297871d4be
fix bugs
4 years ago
tink2123
c1fd46641e
add srn for dygraph
4 years ago
littletomatodonkey
de3e2e7cd3
add CyclicalCosineDecay ( #1599 )
4 years ago
LDOUBLEV
2a04e1a12a
add export to limit GPU-memory-usage
4 years ago
WenmuZhou
3a0090dc00
delete fluid
4 years ago
WenmuZhou
59af7359be
inference adaptation 2.0
4 years ago
WenmuZhou
ae12459015
Save configuration files and logs only during training
4 years ago
WenmuZhou
7f76986c28
Remove duplicate definitions
4 years ago
zhoujun
0492ba4f86
Merge pull request #1503 from LDOUBLEV/dyg_db
...
add tensorrt args
4 years ago
LDOUBLEV
9039cca26d
add tensorrt args
4 years ago
MissPenguin
263a9fc5d4
Merge pull request #1498 from MissPenguin/dygraph
...
fix sast inference bug
4 years ago
MissPenguin
d489d3c27d
fix sast inference bug
4 years ago
LDOUBLEV
a6fd8f8066
adjust cls_batch_num to 6 for speed-up
4 years ago
LDOUBLEV
65b4cc0cf3
adjust rec_batch_num as 1
4 years ago
WenmuZhou
41c2af4924
update predict_det
4 years ago
WenmuZhou
d3b609ee09
change DBHead output to dict
4 years ago
MissPenguin
c9a8cd83b1
fix db eval
4 years ago
MissPenguin
b596e70f14
fix db eval
4 years ago
MissPenguin
3f64d27b71
update inference for east & sast
4 years ago
MissPenguin
0ba5e95cc0
update hubserving
4 years ago
MissPenguin
edc0fd0ccd
fix predict_det
4 years ago
WenmuZhou
c12259091e
Fix printing problem when multi-image prediction
4 years ago