Skip to content
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

[PaddlePaddle Hackathon4 No.184] Add PaddleDetection Models Deployment Rust Examples #1717

Merged
merged 11 commits into from
Apr 3, 2023

Conversation

wanziyu
Copy link
Contributor

@wanziyu wanziyu commented Mar 27, 2023

PR types(PR类型)

Model

Description

在FastDeploy C API的基础上,使用rust完成PaddleDetection部署
使用Rust通过调用FastDeploy C API,完成PP-YOLOE, YOLOv8, YOLOv5模型的部署适配代码,及对应的中英文文档

PR changes

examples/application/rust

关联Issue

PaddlePaddle/community#481

wanziyu and others added 4 commits March 18, 2023 11:05
…t Go Examples

Signed-off-by: wanziyu <ziyuwan@zju.edu.cn>
Signed-off-by: wanziyu <ziyuwan@zju.edu.cn>
@wanziyu
Copy link
Contributor Author

wanziyu commented Mar 27, 2023

PPYOLOE模型预测结果:

vis_result_ppyoloe

YOLOv5模型预测结果:
vis_result_yolov5

YOLOv8模型预测结果:
vis_result_yolov8

@DefTruth DefTruth self-requested a review March 28, 2023 06:30

Copy FastDeploy C APIs from precompiled library to the current directory.
```bash
cp -r fastdeploy-linux-x64-0.0.0/include/fastdeploy_capi .
Copy link
Collaborator

Choose a reason for hiding this comment

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

这里还有一份go的代码,我看go已经有一个pr了,这个pr就单独提rust的吧

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@wanziyu wanziyu requested a review from DefTruth March 30, 2023 11:52
@DefTruth
Copy link
Collaborator

LGTM~

@DefTruth DefTruth merged commit 95c977c into PaddlePaddle:develop Apr 3, 2023
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.

None yet

2 participants