Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
70f29f62
P
PaddleDetection
项目概览
s920243400
/
PaddleDetection
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleDetection
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
70f29f62
编写于
1月 18, 2023
作者:
L
leiqing
提交者:
GitHub
1月 18, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update PaddleYOLO_MODEL.md about deployment on various hardware for YOLO series models (#7631)
* Update PaddleYOLO_MODEL.md * Update PaddleYOLO_MODEL.md
上级
f938b269
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
27 addition
and
0 deletion
+27
-0
docs/feature_models/PaddleYOLO_MODEL.md
docs/feature_models/PaddleYOLO_MODEL.md
+27
-0
未找到文件。
docs/feature_models/PaddleYOLO_MODEL.md
浏览文件 @
70f29f62
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
-
[
使用指南
](
#使用指南
)
-
[
使用指南
](
#使用指南
)
-
[
一键运行全流程
](
#一键运行全流程
)
-
[
一键运行全流程
](
#一键运行全流程
)
-
[
自定义数据集
](
#自定义数据集
)
-
[
自定义数据集
](
#自定义数据集
)
-
[
FastDeploy多硬件部署
](
#FastDeploy多硬件部署
)
## 简介
## 简介
...
@@ -399,3 +400,29 @@ label_list.txt里的一行记录一个对应种类,如下所示:
...
@@ -399,3 +400,29 @@ label_list.txt里的一行记录一个对应种类,如下所示:
person
person
vehicle
vehicle
```
```
## FastDeploy多硬件部署
FastDeploy是飞桨推出的统一部署工具,支持云边端部署。目前在YOLO系列支持的部署能力如下所示。具体部署示例,可以前往
[
FastDeploy仓库
](
https://github.com/PaddlePaddle/FastDeploy
)
使用。
| |
[
YOLOv5
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/paddledetection
)
|
[
YOLOv6
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/paddledetection
)
|
[
YOLOv7
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/paddledetection
)
|
[
YOLOv8
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/paddledetection
)
|
[
PP-YOLOE+
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/paddledetection
)
| 部署特色 |
| ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
|
[
Intel CPU
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/download_prebuilt_libraries.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 集成PaddleSlim一键压缩压缩,实现极致性能 |
|
[
NVIDIA GPU
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/download_prebuilt_libraries.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 集成PaddleSlim一键压缩工具、CUDA预处理加速,实现极致性能 |
|
[
飞腾 CPU
](
)
| 支持 | 支持 | 支持 | 支持 | 支持 | X86 CPU与ARM CPU无缝切换 |
|
[
昆仑芯 R200*
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/kunlunxin.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 无缝部署Paddle模型 |
|
[
昇腾310*
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/kunlunxin.md
)
| 支持 | 即将支持 | 即将支持 | 即将支持 | 支持 | 无缝部署Paddle模型 |
|
[
算能SC7-FP300*
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/sophgo.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 充分发挥硬件工具链特性,实现模型快速部署 |
|
[
Jetson
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/jetson.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 集成PaddleSlim一键压缩工具、CUDA预处理加速,实现极致性能 |
|
[
ARM CPU
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/download_prebuilt_libraries.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 集成PaddleSlim一键压缩工具、预处理加速库FlyCV,实现极致性能 |
|
[
RK3588*
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/rknpu2.md
)
| 支持 | 支持 | 支持 | 支持 | 支持 | 充分发挥硬件工具链特性,实现模型快速部署 |
|
[
RV1126*
](
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/rv1126.md
)
| 支持 | 暂不支持 | 暂不支持 | 暂不支持 | 支持 | 联合全量化实现模型端到端的优化 |
|
[
服务化部署
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/serving
)
| 支持 | 暂不支持 | 暂不支持 | 暂不支持 | 支持 | 实现企业级高并发需求 |
|
[
视频流部署
](
https://github.com/PaddlePaddle/FastDeploy/tree/develop/streamer
)
| 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 | 支持 | 调用硬解码核,实现数据零拷贝,充分利用硬件资源 |
备注:
*
表示:FastDeploy目前在该型号硬件上测试。通常同类型硬件上使用的是相同的软件栈,该部署能力可以延伸到同软件架栈的硬件。譬如RK3588与RK3566、RK3568相同的软件栈。
「硬件列-纵轴」链接到部署预编译包安装或部署示例,「横轴」跳转到具体部署示例。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录