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
MetaPortrait_pytorch
Commits
a70877d6
Commit
a70877d6
authored
Aug 21, 2024
by
mashun1
Browse files
Update README.md
parent
c45c3d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
README.md
README.md
+17
-16
No files found.
README.md
View file @
a70877d6
...
@@ -93,22 +93,22 @@ https://drive.google.com/file/d/166eNbabM6TeJVy7hxol2gL1kUGKHi3Do/view?usp=share
...
@@ -93,22 +93,22 @@ https://drive.google.com/file/d/166eNbabM6TeJVy7hxol2gL1kUGKHi3Do/view?usp=share
```
```
base_model
base_model
data
data
├── 0
├── 0
│ ├── imgs
│ ├── imgs
│ │ ├── 00000000.png
│ │ ├── 00000000.png
│ │ ├── ...
│ │ ├── ...
│ ├── ldmks
│ ├── ldmks
│ │ ├── 00000000_ldmk.npy
│ │ ├── 00000000_ldmk.npy
│ │ ├── ...
│ │ ├── ...
│ └── thetas
│ └── thetas
│ ├── 00000000_theta.npy
│ ├── 00000000_theta.npy
│ ├── ...
│ ├── ...
├── src_0_id.npy # identity_embedding可使用人脸识别模型获取
├── src_0_id.npy # identity_embedding可使用人脸识别模型获取
├── src_0_ldmk.npy # landmarks
├── src_0_ldmk.npy # landmarks
├── src_0.png
├── src_0.png
├── src_0_theta.npy # 将人脸对齐到图像中心的变换矩阵
├── src_0_theta.npy # 将人脸对齐到图像中心的变换矩阵
└── src_map_dict.pkl
└── src_map_dict.pkl
```
```
下载地址:
下载地址:
...
@@ -165,6 +165,7 @@ sr_model
...
@@ -165,6 +165,7 @@ sr_model
cd ../sr_model
cd ../sr_model
CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 --master_port=4321 Experimental_root/test.py -opt options/test/same_id_demo.yml --launcher pytorch
CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 --master_port=4321 Experimental_root/test.py -opt options/test/same_id_demo.yml --launcher pytorch
注意:如果文件夹中包含非文件夹内容,如xxx.mp4,需要移出后再运行上述命令。
## result
## result
...
...
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