Commit 70847595 authored by mashun1's avatar mashun1
Browse files

Update README.md

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