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
yolov5_migraphx
Commits
9b190d8a
Commit
9b190d8a
authored
Jun 13, 2023
by
shizhm
Browse files
修改readme
parent
986bc897
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
9b190d8a
...
@@ -13,7 +13,7 @@ YoloV5模型的主要改进思路有以下几点:
...
@@ -13,7 +13,7 @@ YoloV5模型的主要改进思路有以下几点:
-
Neck端的FPN+PAN结构;
-
Neck端的FPN+PAN结构;
-
输出端的损失函数GIOU_Loss以及预测框筛选的DIOU_nms。
-
输出端的损失函数GIOU_Loss以及预测框筛选的DIOU_nms。
##
p
ython版本推理
##
P
ython版本推理
下面介绍如何运行Python代码示例,Python示例的详细说明见Doc目录下的Tutorial_Python.md。
下面介绍如何运行Python代码示例,Python示例的详细说明见Doc目录下的Tutorial_Python.md。
...
@@ -112,7 +112,7 @@ source ~/.bashrc
...
@@ -112,7 +112,7 @@ source ~/.bashrc
成功编译YoloV5工程后,执行如下命令运行该示例:
成功编译YoloV5工程后,执行如下命令运行该示例:
```
```
# 进入migraphx
samples
工程根目录
# 进入
yolov5
migraphx工程根目录
cd <path_to_yolov5_migraphx>
cd <path_to_yolov5_migraphx>
# 进入build目录
# 进入build目录
...
...
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