Commit a70877d6 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent c45c3d34
...@@ -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
......
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