Commit 097a0106 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 8d0fb2a5
...@@ -98,7 +98,7 @@ python prepare_data_record.py \ ...@@ -98,7 +98,7 @@ python prepare_data_record.py \
--save_root="/path/to/save_xxx.jsonl" --save_root="/path/to/save_xxx.jsonl"
``` ```
注意:`mask_root``agnostic-mask``openpose_img`相应的文件名需要进行修改,可使用 注意:`mask_root``agnostic-mask``train``image`文件夹相应的文件名需要进行修改,可使用
```bash ```bash
find /path/to/files -type f -name "*_rendered.png" -exec bash -c 'mv "$0" "${0/_rendered.png/.png}"' {} \; find /path/to/files -type f -name "*_rendered.png" -exec bash -c 'mv "$0" "${0/_rendered.png/.png}"' {} \;
......
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