-
Notifications
You must be signed in to change notification settings - Fork 9.6k
英文版产线列表文档修改 #17132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Luxorion-12
wants to merge
6
commits into
PaddlePaddle:main
Choose a base branch
from
Luxorion-12:英文版产线列表文档修改
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
英文版产线列表文档修改 #17132
The head ref may contain hidden characters: "\u82F1\u6587\u7248\u4EA7\u7EBF\u5217\u8868\u6587\u6863\u4FEE\u6539"
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Thanks for your contribution! |
changdazhou
previously approved these changes
Nov 21, 2025
23 tasks
cuicheng01
reviewed
Dec 2, 2025
| </ol> | ||
| </li> | ||
| <li>Calling the<code>save_to_json()</code> method will save the above content to the specified <code>save_path</code> .If a directory is specified, the saved path will be <code>save_path/{your_img_basename}_res.json</code>,If a file is specified, it will be saved directly to that file. Since JSON files do not support saving numpy arrays, all <code>numpy.array</code> types will be converted to list format.</li> | ||
| <li>调 Calling the <code>save_to_img()</code> method will save visualization results to the specified <code>save_path</code>. If a directory is specified, it will save layout detection visual images, global OCR visual images, layout reading order visual images, etc. If a file is specified, it will be saved directly to that file. (The pipeline usually contains many result images, so it is not recommended to specify a specific file path directly, or multiple images will be overwritten, leaving only the last image.)</li> |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里有个中文?
Removed duplicate entry for saving visualization results.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@cuicheng01 @changdazhou
修改概述:
1.md格式修改为html
2.表格参数描述修改