海光黑客松 初赛 / 打卡 赛题#1239
Merged
luotao1 merged 6 commits intoPaddlePaddle:masterfrom Mar 19, 2026
Merged
Conversation
luotao1
reviewed
Mar 16, 2026
Collaborator
luotao1
left a comment
There was a problem hiding this comment.
- 请签署CLA
- 图片请统一放到images目录下
- 打卡md里需要附上截图链接和说明
Contributor
Author
|
@luotao1 你好,我更新过了,请review。 |
luotao1
reviewed
Mar 18, 2026
|
|
||
| ## 打卡任务 | ||
| ### 编写PaddleOCR应用 | ||
| - 任务:下载 https://github.com/PaddlePaddle/community/pfcc/paddle-hardware/images/dcu/ 下的10张图片,编写python代码,调用paddleocr-vl 1.5的模型,把他扫描成文本。 |
Collaborator
There was a problem hiding this comment.
这10张图片仅作为输入的话,可以也放在你们的数据集内,没有必要上传到仓库里。类似
| ``` | ||
|
|
||
| ## 打卡任务 | ||
| ### 编写PaddleOCR应用 |
Collaborator
There was a problem hiding this comment.
打卡任务两个都要做的话,请改小标题
- 第一步:编写PaddleOCR应用
- 第二步:使用vllm后端加速OCR
|
|
||
| ### 使用vllm后端加速OCR | ||
| - 下载数据集:https://opendatalab.com/OpenDataLab/MSRA-TD500 ,扫描test下的200张图片。要求通过启动vllm后端的方式,通过打高batch的方式尽可能得到一个较高的性能。 | ||
| - 打卡提交物:代码(python程序,后缀名改为'py_'),运行结果(txt文件),性能数据(屏幕截图) |
luotao1
approved these changes
Mar 19, 2026
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
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.
海光赛道的初赛赛题,请审核 :)