mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Add yolov7 docs (#86)
* ‘’ * ‘’ Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -11,11 +11,13 @@ pip install fastdeploy-python
|
||||
然后通过命令行管理工具,根据自己的硬件安装相应SDK
|
||||
|
||||
### 安装CPU Python SDK
|
||||
|
||||
```
|
||||
fastdeploy --install cpu
|
||||
```
|
||||
|
||||
### 安装GPU Python SDK
|
||||
|
||||
```
|
||||
fastdeploy --install gpu
|
||||
```
|
||||
|
||||
@@ -32,6 +32,7 @@ cp PATH/TO/yolov7.onnx PATH/TO/model_zoo/vision/yolov7/
|
||||
| [YOLOv7](https://bj.bcebos.com/paddlehub/fastdeploy/yolov7.onnx) | 141MB | 51.4% |
|
||||
| [YOLOv7-x] | 10MB | 51.4% |
|
||||
|
||||
|
||||
## 详细部署文档
|
||||
|
||||
- [Python部署](python)
|
||||
|
||||
Reference in New Issue
Block a user