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
yaoht
YOLOX_MiGraphX
Commits
e80d6c72
"...git@developer.sourcefind.cn:OpenDAS/torch-scatter.git" did not exist on "02e6d36ac66a3b845597d319b6c08112f8de0b99"
Commit
e80d6c72
authored
Jan 04, 2024
by
yaoht
Browse files
fix README
parent
e6bfe275
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
e80d6c72
# Y
olo
X
# Y
OLO
X
## 论文
## 论文
...
@@ -6,14 +6,14 @@ https://arxiv.org/abs/2107.08430
...
@@ -6,14 +6,14 @@ https://arxiv.org/abs/2107.08430
## 模型结构
## 模型结构
Y
olo
X是一种单阶段目标检测算法,该算法以YoloV3(Darknet53作为backbone)作为基线,在Decoupled Head,Data Aug,Anchor Free 和样本匹配(SimOTA)添加了一些新的改进思路,使其速度与精度都得到了极大的
性能
提升。
Y
OLO
X是一种单阶段目标检测算法,该算法以YoloV3(Darknet53作为backbone)作为基线,在Decoupled Head,Data Aug,Anchor Free 和样本匹配(SimOTA)添加了一些新的改进思路,使其速度与精度都得到了极大的提升。
<img
src=
./Doc/yolox_model.png
style=
"zoom:100%;"
align=
middle
>
<img
src=
./Doc/yolox_model.png
style=
"zoom:100%;"
align=
middle
>
## 算法原理
## 算法原理
YOLO
x
算法的改进简单总结主要有三点,decoupled head、anchor-free以及advanced label assigning strategy(SimOTA)。
YOLO
X
算法的改进简单总结主要有三点,decoupled head、anchor-free以及advanced label assigning strategy(SimOTA)。
...
@@ -76,7 +76,7 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
...
@@ -76,7 +76,7 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
#### 运行示例
#### 运行示例
Y
olo
X模型的推理示例程序是yolox_infer_migraphx.py,使用如下命令运行该推理示例:
Y
OLO
X模型的推理示例程序是yolox_infer_migraphx.py,使用如下命令运行该推理示例:
1.
静态推理
1.
静态推理
...
@@ -114,7 +114,7 @@ source ~/.bashrc
...
@@ -114,7 +114,7 @@ source ~/.bashrc
#### 运行示例
#### 运行示例
Y
olo
X示例程序编译成功后,执行如下指令运行该示例:
Y
OLO
X示例程序编译成功后,执行如下指令运行该示例:
```
shell
```
shell
# 进入yolox migraphx工程根目录
# 进入yolox migraphx工程根目录
...
...
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