6359 Commits

Author SHA1 Message Date
AmberC0209
b1b50fc1fd
update docs (#14230) 2024-11-21 21:07:20 +08:00
EnflameGCU
c8874d717f
[GCU] Support inference for GCU (#14142) 2024-11-21 10:10:41 +08:00
Wang Xin
fbba2178d7
update infer/utility.py to support json format model (#14233)
* update infer/utility.py to support json format model

* merge from #13524

* fix bug

* fix bug

* Update tools/infer/utility.py

Co-authored-by: jzhang533 <jzhang533@gmail.com>

* fix codestyle

---------

Co-authored-by: jzhang533 <jzhang533@gmail.com>
2024-11-18 14:00:58 +08:00
Wang Xin
500381c940
fix benchmark det_r50_vd_pse_v2_0 train error (#14239) 2024-11-16 10:44:12 +08:00
changdazhou
7bbda2bcd2
fix benchmark bug (#14235) 2024-11-15 14:39:12 +08:00
zhangyubo0722
1d4e7a80a0
rename train result (#14217) 2024-11-13 15:49:52 +08:00
AmberC0209
0accd26000
update quick_start (#14200)
* update quick_start

* update quick_start_en
2024-11-12 19:06:09 +08:00
Christian Clauss
9b92a1c661
Remove Python 2 compatibility dependency six (#14202)
* Remove Python 2 compatibility dependency

* Remove Python 2 compatibility dependency six

* Update operators.py

* Remove Python 2 compatibility dependency six
2024-11-12 11:01:20 +08:00
Christian Clauss
2c846ef331
pre-commit autoupdate && pre-commit run --all-files (#14201) 2024-11-12 07:42:40 +08:00
changdazhou
9308d5e788
fix benchmark bug (#14194) 2024-11-11 17:17:29 +08:00
Wang Xin
757f7459eb
remove lock inactive issues (#14192) 2024-11-11 10:41:56 +08:00
Wang Xin
df9276e3a5
Update close_inactive_issues.yaml (#14190) 2024-11-10 10:26:23 +08:00
Wang Xin
a05bd73235
Update close_inactive_issues.yaml (#14189) 2024-11-09 16:15:27 +08:00
zhangyubo0722
b153f10d97
update hpi config (#14076) 2024-11-08 17:38:32 +08:00
Wang Xin
eb92f24416
Create close_inactive_issues.yaml (#14183)
* Create close_inactive_issues.yaml

* Update close_inactive_issues.yaml
2024-11-08 10:59:25 +08:00
Wang Xin
d3cce71fae
docs: add the missing image (#14180) 2024-11-07 10:47:48 +08:00
SWHL
217129ffc6
docs: format multi languange docs home page (#14170) 2024-11-06 14:33:09 +08:00
Wang Xin
15fb82dfa1
upgrade to numpy 2.0 and remove imgaug (#13937)
* upgrade to numpy 2.0 and remove imgaug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* add license
2024-11-06 12:09:01 +08:00
Wang Xin
9d4a66c258
docs: update i18n docs (#14169) 2024-11-06 10:51:28 +08:00
SWHL
f16662772f
docs: fix syntax error (#14168) 2024-11-06 10:17:56 +08:00
SWHL
bf15db1c1f
docs: fix i18n languange code error (#14167) 2024-11-06 09:49:35 +08:00
SWHL
498a744315
update the homepage content of i18n to the new site (#14166)
* docs: fixed error image link (#14164)

* docs: move others language page to docs site

* docs: update ppstructure README
2024-11-06 08:39:20 +08:00
SWHL
d290230182
docs: fixed error image link (#14164) (#14165) 2024-11-06 08:17:00 +08:00
SWHL
ba7081179f
docs: remove ppstructure old doc files (#14161)
* docs: fix multilingual doc correspondence issues

* docs: remove ppstructure old doc files
2024-11-05 14:56:08 +08:00
SWHL
b862ef231b
docs: remove old doc files (#14156)
* docs: add installation documentation of paddle

* docs: fixed typo

* docs: remove old doc files

* docs: remove old doc files

* test: update image path
2024-11-05 11:35:36 +08:00
Wang Xin
682c5bb068
update tests PR CI github action (#14159)
* update tests PR CI github action

* add *.py to test ci work well

* adddelpy to test ci work well
2024-11-05 11:26:22 +08:00
Alex
58e876d38d
[third-party] Fix the issue of inference errors with KE models in ONNX format (#14138)
* fix inference KIE model using onnx model

* fix code style

* fix onnx inputs compatiblility with det and rec

* fix code style
2024-11-02 00:14:34 +08:00
Wang Xin
d3d7e85883
docs: update paddle2onnx documentations (#14144) 2024-11-01 23:17:59 +08:00
Wang Xin
d1bc41661f
doc: remove duplicate paragraphs (#14133) 2024-10-31 14:19:44 +08:00
Wang Xin
1eeca9c72f
image without any text will show a warning (#14132) 2024-10-31 14:08:06 +08:00
SWHL
4772fad2b5
docs: fixed typo (#14118)
* docs: add installation documentation of paddle

* docs: fixed typo
2024-10-30 08:16:06 +08:00
SWHL
5430e433db
docs: add installation documentation of paddle (#14117) 2024-10-29 21:34:25 +08:00
SWHL
7cecf0ad1f
docs: add command line usage documentation of quickstart page (#14110) 2024-10-29 08:29:34 +08:00
SWHL
4b35b756cd
docs: update quickstart (#14108) 2024-10-28 22:52:28 +08:00
Salmondx
37e177595b
Allow create_predictor function to accept array of ONNX Execution Providers (#14078)
* pass onnx execution providers to create_predictor function

* added ability to provide onnxruntime SessionOptions

* added argument parser for onnx_sess_options

---------

Co-authored-by: ggolda <gleb.golda@streamlabs.com>
2024-10-25 20:21:39 +08:00
SWHL
f7439b4db0
ci: fixed main doc ci (#14084)
* ci: fixed main doc ci

* Update .github/workflows/build_publish_develop_docs.yml

---------

Co-authored-by: Wang Xin <xinwang614@gmail.com>
2024-10-24 21:49:35 +08:00
SWHL
19926a69cd
ci: Support seperate update of branch docs (#14079) 2024-10-24 11:10:10 +08:00
wangna11BD
661cda1289
fix nan in ppocrv4 for benchmark (#14072)
* fix nan in ppocrv4 for benchmark

* fix config
2024-10-23 11:55:43 +08:00
AmberC0209
8327f79b86
fix hyperlinks (#14073) 2024-10-23 11:44:12 +08:00
SWHL
7bac0513b0
ci: Fixed docs multi version error (#14048)
* ci: Fixed docs multi version error

* Update

* update

* update
2024-10-22 12:12:06 +08:00
Wang Xin
7541776021
fix isnan_v2 is not supported in paddle2onnx (#14060) 2024-10-22 09:18:50 +08:00
Hiro Wong
4f625dc28b
Fix CMAKE_CXX_FLAGS optimize flag (#14059) 2024-10-21 23:32:27 +08:00
张春乔
9bb94f9a81
Update pyproject.toml for add dependency (#14058)
* Update pyproject.toml

* Update pyproject.toml
2024-10-21 23:10:01 +08:00
zhangyubo0722
de457325cd
reset latex ocr (#14046) 2024-10-18 19:51:32 +08:00
Zhiiixin
de82b7b5b2
update a live promotion (#14042)
* update a live promotion

* Update README.md

---------

Co-authored-by: cuicheng01 <45199522+cuicheng01@users.noreply.github.com>
2024-10-18 18:19:57 +08:00
wangna11BD
349a604951
fix nan in dp16 (#14043) 2024-10-18 18:00:08 +08:00
dyning
c96634dc94
updata en docs (#14036)
* updata en docs

* updata en docs

* updata en docs

* updata en docs
2024-10-18 17:10:40 +08:00
zhangyubo0722
cba775412a
ix gpu memory growth (#14037) 2024-10-18 17:06:58 +08:00
inisis
79f4ef88b1
update paddle2onnx doc (#14038) 2024-10-18 14:24:17 +08:00
cuicheng01
169ff4f02e
update docs (#14031) 2024-10-17 23:28:32 +08:00