mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-31 03:46:40 +08:00
Add detection and segmentation examples for Ascend deployment
This commit is contained in:
@@ -24,6 +24,8 @@ python infer_paddle_model.py --model yolov7_infer --image 000000014439.jpg --dev
|
||||
python infer_paddle_model.py --model yolov7_infer --image 000000014439.jpg --device gpu
|
||||
# 昆仑芯XPU推理
|
||||
python infer_paddle_model.py --model yolov7_infer --image 000000014439.jpg --device kunlunxin
|
||||
# 华为昇腾推理
|
||||
python infer_paddle_model.py --model yolov7_infer --image 000000014439.jpg --device ascend
|
||||
```
|
||||
如果想要验证ONNX模型的推理,可以参考如下命令:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user