Add detection and segmentation examples for Ascend deployment

This commit is contained in:
yunyaoXYY
2022-12-27 07:40:46 +00:00
parent 76a876406e
commit 090c3a68b4
27 changed files with 280 additions and 26 deletions

View File

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