"examples/controlnet/train_controlnet_sd3.py" did not exist on "ece55227ffc60f7bb09442b390a02e45ac0438f8"
Commit c4ac61e3 authored by shangxl's avatar shangxl
Browse files

修改readme

parent 46e8db0a
...@@ -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
``` ```
......
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