Add yolov7 docs (#86)

* ‘’

* ‘’

Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
leiqing
2022-08-09 20:54:53 +08:00
committed by GitHub
parent 78b0cc56f2
commit 74c574a394
2 changed files with 3 additions and 0 deletions

View File

@@ -11,11 +11,13 @@ pip install fastdeploy-python
然后通过命令行管理工具根据自己的硬件安装相应SDK
### 安装CPU Python SDK
```
fastdeploy --install cpu
```
### 安装GPU Python SDK
```
fastdeploy --install gpu
```

View File

@@ -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)