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
deeplabv3_migraphx
Commits
c4ac61e3
"examples/controlnet/train_controlnet_sd3.py" did not exist on "ece55227ffc60f7bb09442b390a02e45ac0438f8"
Commit
c4ac61e3
authored
Aug 21, 2025
by
shangxl
Browse files
修改readme
parent
46e8db0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
c4ac61e3
...
@@ -52,10 +52,15 @@ source /opt/dtk/env.sh
...
@@ -52,10 +52,15 @@ source /opt/dtk/env.sh
## 模型文件
## 模型文件
```
```
# 安装onnx
pip install onnx
# 进入deeplabv3 migraphx工程根目录
# 进入deeplabv3 migraphx工程根目录
cd <path_to_deeplabv3_migraphx>
cd <path_to_deeplabv3_migraphx>
# 进入Python目录
# 进入Python目录
cd Python/
cd Python/
# 运行convert.py 生成模型文件 文件保存在Resource/Models目录下
# 运行convert.py 生成模型文件 文件保存在Resource/Models目录下
python convert.py
python convert.py
```
```
...
...
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