Commit Graph

6398 Commits (42a3c77309eee10499a7d3ddba32401845593e24)
 

Author SHA1 Message Date
nonwill 42a3c77309
CPP: emplace_back() replaces many push_back()...to improve performance (#14610) 2025-02-03 19:35:16 +08:00
dependabot[bot] 19c58a3974
build(deps): bump pypa/gh-action-pypi-publish (#14603)
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](67339c736f...76f52bc884)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 06:59:08 +08:00
hong b18b656633
remove max inplace grad (#14596)
* remove max inplace grad

* update
2025-01-26 17:19:42 +08:00
dependabot[bot] cf03afb10a
build(deps): bump the github-actions group with 3 updates (#14573)
Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/stale](https://github.com/actions/stale) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

Updates `actions/stale` from 5 to 9
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v9)

Updates `pypa/gh-action-pypi-publish` from 1.4.2 to 1.12.3
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](27b31702a0...67339c736f)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-26 10:35:06 +08:00
liuhongen1234567 b3e3588af9
repair train bug in multi gpu (#14576) 2025-01-22 11:04:01 +08:00
Christian Clauss 1049c66b6e
Keep GitHub Actions up to date with GitHub's Dependabot (#14569)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
2025-01-21 12:26:27 +08:00
timminator e62c1a91a0
Fix language error and spelling mistakes in the documentation (#14571) 2025-01-20 19:36:28 +08:00
liuhongen1234567 cf4c0591ba
repair bug in latexocr cpu infer and typo (#14552) 2025-01-16 15:56:13 +08:00
Liu Jiaxuan 52bc8f0eab
fix slanext export bug (#14519)
* add slanext models

* refine codes

* refine codes

* refine codes

* fix export SLANeXt

* fix export bugs
2025-01-09 11:49:23 +08:00
zhangyubo0722 bf2b73f0f0
add version control for export and modify hpi config (#14513) 2025-01-08 17:29:52 +08:00
Liu Jiaxuan a6b96bbfb1
fix SLANeXt export bug (#14512)
* add slanext models

* refine codes

* refine codes

* refine codes

* fix export SLANeXt
2025-01-07 19:21:34 +08:00
vivienfanghuagood 359ab6cb76
fix latex_ocr inference (#14498)
* add

* update

* add

* add
2025-01-07 11:26:03 +08:00
liuhongen1234567 ed6fe285a8
add ppocrv4_doc dict (#14499) 2025-01-06 15:55:59 +08:00
zhangyubo0722 e314510319
import encryption for aistudio & fix sync bn 2025-01-03 15:34:29 +08:00
Sunflower7788 4f7476d7b8
fix_server_v4_det_output (#14472) 2025-01-03 11:59:22 +08:00
cuicheng01 a28196c002
update SLANet inference weights for adapt to paddle3.0b2 (#14467) 2024-12-30 18:45:49 +08:00
zhangyubo0722 2f0a29ed3a
modify export with pir (#14441) 2024-12-30 17:00:42 +08:00
liuhongen1234567 0d41ffc91d
repair formula bug when export (#14442) 2024-12-24 17:44:31 +08:00
liuhongen1234567 d523388ed1
Add pp formulanet (#14429)
* add ppformulanet

* rename loss

* modify doc

* add export code

* modify yaml for global ref
2024-12-23 13:14:33 +08:00
zhangyubo0722 0697d248f8
support export with pir and no pir (#14379) 2024-12-19 20:16:26 +08:00
liuhongen1234567 04c989b7fe
repair type bug for ppocrv3 (#14397) 2024-12-16 14:19:57 +08:00
TongZ d8a20b16ad
fix: replace `rec_image_shape` when manually set (#14371) 2024-12-16 08:14:37 +08:00
Liu Jiaxuan ae67d96f3e
add slanext models (#14374)
* add slanext models

* refine codes

* refine codes

* refine codes
2024-12-13 13:39:19 +08:00
wanghuancoder f49dec92d6
fix shape64 (#14376) 2024-12-12 16:02:56 +08:00
liuhongen1234567 78e7184022
add unimernet model (#14357)
* add unimernet model

* add commate and single test

* repair pytest

* delete export and infer

* delete [ file
2024-12-12 14:17:24 +08:00
fangfangzk 2672be5763
fix:calcute the left_center_pt and right_center_pt from min_area_quad (#14363) 2024-12-11 21:56:34 +08:00
Sunflower7788 bb7e24eea3
update_det_static (#14372) 2024-12-11 20:39:21 +08:00
BUJIQI 4cfeb4cce5
docs: add method for cropping images with polygonal points 2024-12-11 12:20:54 +08:00
Wang Xin 95860943c3
docs: update algorithm_rec_cppd.md (#14366) 2024-12-10 22:01:41 +08:00
SWHL 71ca81591a
docs: add warning of Apolications part (#14338)
* docs: add warning of Apolications part

* docs: fix typo
2024-12-06 10:20:39 +08:00
wanghuancoder 9c01b43301
paddle.shape return int64 tensor (#14318) 2024-12-04 14:26:57 +08:00
Wang Xin 83323b55d5
fix: unable to export images without text to docx format (#14306) 2024-12-04 10:22:33 +08:00
AmberC0209 778d044f6e
update install command (#14314) 2024-12-03 12:01:02 +08:00
liuhongen1234567 6d2bc9f573
add d2s_train_image_shape for static train (#14312) 2024-12-02 20:03:12 +08:00
Wang Xin 6a75046607
docs: update quick_start and recognition doc (#14302) 2024-11-30 16:10:42 +08:00
Farhan Hai Khan b9d45b9871
docs: Fix chinese image being displayed on the english readme page (#14299)
Fix chinese image being displayed on the english readme page
2024-11-29 19:36:40 +08:00
liuhongen1234567 0018cbd2b6
support latexocr static train (#14297) 2024-11-29 17:44:53 +08:00
liuhongen1234567 8fdc409edf
change support list (#14293) 2024-11-29 15:18:54 +08:00
Coobiw b6bcde143d
fix: Title text partially missing issue in `recovery_to_markdown.py` (#14216)
* fix: Title text partially missing issue in `recovery_to_markdown.py`

* fix: Title text partially missing issue in `recovery_to_markdown.py`

* fix the code style for pr
2024-11-27 21:41:22 +08:00
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