"vscode:/vscode.git/clone" did not exist on "5de19dea6c30e6f3af5cd58758f60b23ee09a8af"
Commit 7a75cd10 authored by yaoht's avatar yaoht
Browse files

fix model.properties

parent 870672c2
......@@ -81,13 +81,6 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
YoloV8模型的推理示例程序是YoloV8_infer_migraphx.py,使用如下命令运行该推理示例:
```shell
# 进入python目录
cd <path_to_yolov8_migraphx>
# 进入Python目录
cd Python/
```
1. 静态推理
......@@ -204,4 +197,4 @@ https://developer.hpccube.com/codes/modelzoo/yolov8_migraphx
## 参考资料
https://github.com/ultralytics/yolov8
https://github.com/ultralytics/ultralytics
#模型唯一标识符
modelCode=484
#模型名称
modelName=YoloV8_MIGraphX
modelName=yolov8_migraphx
#模型描述
modelDescription=YoloV8是一种单阶段目标检测算法,该算法在YOLOV5的基础上添加了一些新的改进思路,使其速度与精度都得到了极大的性能提升。
#应用场景
appScenario=推理,cv,目标检测
appScenario=推理,目标检测,交通,教育,化工
#框架类型
frameType=MIGraphX
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment