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
catvton_openpose_pytorch
Commits
b5263b5f
Commit
b5263b5f
authored
Nov 28, 2024
by
mashun1
Browse files
Update README.md
parent
5e0c53d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
b5263b5f
...
...
@@ -98,6 +98,12 @@ python prepare_data_record.py \
--save_root
=
"/path/to/save_xxx.jsonl"
```
注意:
`mask_root`
为
`agnostic-mask`
,
`openpose_img`
中相应的文件名需要进行修改,可使用
```
bash
find /path/to/files
-type
f
-name
"*_rendered.png"
-exec
bash
-c
'mv "$0" "${0/_rendered.png/.png}"'
{}
\;
```
### 启动训练
```
bash
...
...
@@ -121,7 +127,7 @@ export HF_ENDPOINT=https://hf-mirror.com
cd
run
&&
bash scripts/generate_test_sample.sh
```
注意:在运行前请检查并确保
`scripts/generate_test_sample.sh`
中配置正确。其中的
`
xx
.jsonl`
文件生成可参考
`训练-数据路径准备`
(eval_nums=0,
且后续修改文件名
)。
注意:在运行前请检查并确保
`scripts/generate_test_sample.sh`
中配置正确。其中的
`
test_data
.jsonl`
文件生成可参考
`训练-数据路径准备`
(
令
eval_nums=0,
然后将使用测试数据生成的
`train_data.jsonl`
重命名为
`test_data.jsonl`
即可
)。
### 指标计算
...
...
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