"vscode:/vscode.git/clone" did not exist on "bfcc6ec7398993c8156176fa8189ff917935785d"
Commit 70847595 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent edeefe9b
...@@ -74,6 +74,13 @@ ...@@ -74,6 +74,13 @@
链接: https://github.com/NVlabs/ffhq-dataset 链接: https://github.com/NVlabs/ffhq-dataset
注意:原始数据为`1024x1024`需要处理为`512x512`,可运行`data_process.py`对数据进行处理。
python data_process.py --zip_dir <path/to/zipdir> --output_dir <dataset/ffhq_512>
本项目也提供了mini数据集(链接:https://pan.baidu.com/s/1HmaiwJygJMg7O-F9VaXURQ
提取码:kwai),可用于验证程序是否可以正常运行。
dataset dataset
|—— ffhq_512 |—— ffhq_512
├── 00522.png ├── 00522.png
...@@ -81,11 +88,6 @@ ...@@ -81,11 +88,6 @@
├── 02090.png ├── 02090.png
├── xxx.png ├── xxx.png
注意:原始数据为`1024x1024`需要处理为`512x512`,可运行`data_process.py`对数据进行处理。
本项目也提供了mini数据集(链接:https://pan.baidu.com/s/1HmaiwJygJMg7O-F9VaXURQ
提取码:kwai),可用于验证程序是否可以正常运行。
## 训练 ## 训练
### 阶段一 - 训练VQGAN ### 阶段一 - 训练VQGAN
......
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