Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
YOLOv8_migraphx
Commits
7a75cd10
"vscode:/vscode.git/clone" did not exist on "5de19dea6c30e6f3af5cd58758f60b23ee09a8af"
Commit
7a75cd10
authored
Dec 14, 2023
by
yaoht
Browse files
fix model.properties
parent
870672c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
README.md
README.md
+1
-8
model.properties
model.properties
+4
-2
No files found.
README.md
View file @
7a75cd10
...
...
@@ -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
model.properties
View file @
7a75cd10
#模型唯一标识符
modelCode
=
484
#模型名称
modelName
=
Y
olo
V
8_
MIG
raph
X
modelName
=
y
olo
v
8_
mig
raph
x
#模型描述
modelDescription
=
YoloV8是一种单阶段目标检测算法,该算法在YOLOV5的基础上添加了一些新的改进思路,使其速度与精度都得到了极大的性能提升。
#应用场景
appScenario
=
推理,
cv,
目标检测
appScenario
=
推理,目标检测
,交通,教育,化工
#框架类型
frameType
=
MIGraphX
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment