未验证 提交 5c96b428 编写于 作者: W wangna11BD 提交者: GitHub

fix_issue234 (#236)

上级 64181fa9
......@@ -46,6 +46,7 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional
* [Wav2Lip](./docs/en_US/tutorials/wav2lip.md)
* [Super_Resolution](./docs/en_US/tutorials/super_resolution.md)
* [StyleGAN2](./docs/en_US/tutorials/styleganv2.md)
* [Pixel2Style2Pixel](./docs/en_US/tutorials/pixel2style2pixel.md)
## Composite Application
......
......@@ -47,6 +47,7 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆)
* [Wav2Lip](docs/zh_CN/tutorials/wav2lip.md)
* [Super_Resolution](./docs/zh_CN/tutorials/super_resolution.md)
* [StyleGAN2](./docs/zh_CN/tutorials/styleganv2.md)
* [Pixel2Style2Pixel](./docs/zh_CN/tutorials/pixel2style2pixel.md)
## 复合应用
......
......@@ -27,7 +27,7 @@ The user could use the following command to generate and select the local image
```
cd applications/
python -u tools/styleganv2.py \
python -u tools/pixel2style2pixel.py \
--input_image <YOUR INPUT IMAGE> \
--output_path <DIRECTORY TO STORE OUTPUT IMAGE> \
--weight_path <YOUR PRETRAINED MODEL PATH> \
......
......@@ -27,7 +27,7 @@ Pixel2Style2Pixel使用相当大的模型对图像进行编码,将图像编码
```
cd applications/
python -u tools/styleganv2.py \
python -u tools/pixel2style2pixel.py \
--input_image <替换为输入的图像路径> \
--output_path <替换为生成图片存放的文件夹> \
--weight_path <替换为你的预训练模型路径> \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册