Skip to content

Add config.yaml and bash for PaddleOCR-VL#3600

Merged
lugimzzz merged 3 commits into
PaddlePaddle:release/v1.0from
forBlank:release/v1.0
Jan 17, 2026
Merged

Add config.yaml and bash for PaddleOCR-VL#3600
lugimzzz merged 3 commits into
PaddlePaddle:release/v1.0from
forBlank:release/v1.0

Conversation

@forBlank
Copy link
Copy Markdown
Collaborator

@forBlank forBlank commented Jan 16, 2026

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

Others

PR changes

Others

Description

Add config.yaml and bash for PaddleOCR-VL.
Use slice notation instead of direct index to preserve tensor dimensions. This ensures tensor dimensions are preserved when using expand(), preventing dimension compression issues that could affect broadcasting behavior.
Merged in dev: #3597

@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented Jan 16, 2026

Thanks for your contribution!

@forBlank forBlank changed the title Release/v1.0 Add config.yaml and bash for PaddleOCR-VL Jan 16, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 16, 2026

Codecov Report

❌ Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (release/v1.0@06526b6). Learn more about missing BASE report.

Files with missing lines Patch % Lines
paddleformers/utils/masking_utils.py 40.00% 3 Missing ⚠️

❌ Your patch status has failed because the patch coverage (40.00%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@               Coverage Diff               @@
##             release/v1.0    #3600   +/-   ##
===============================================
  Coverage                ?   36.70%           
===============================================
  Files                   ?      400           
  Lines                   ?    71268           
  Branches                ?        0           
===============================================
  Hits                    ?    26160           
  Misses                  ?    45108           
  Partials                ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@forBlank
Copy link
Copy Markdown
Collaborator Author

/re-run all-failed

2 similar comments
@forBlank
Copy link
Copy Markdown
Collaborator Author

/re-run all-failed

@forBlank
Copy link
Copy Markdown
Collaborator Author

/re-run all-failed

Copy link
Copy Markdown
Collaborator

@lugimzzz lugimzzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lugimzzz lugimzzz merged commit a582b47 into PaddlePaddle:release/v1.0 Jan 17, 2026
12 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants