diff options
| author | tingchunw <tingchunw@nvidia.com> | 2017-12-01 19:32:14 +0000 |
|---|---|---|
| committer | tingchunw <tingchunw@nvidia.com> | 2017-12-01 19:32:14 +0000 |
| commit | 0aaaf859df7edbf8ad6a7f29ea9d13da2c8bf3ca (patch) | |
| tree | d635c2bee353d06acf5efbea602f66773468b4e6 | |
pre-release
| -rwxr-xr-x | README.md | 55 | ||||
| -rwxr-xr-x | imgs/city_short.gif | bin | 0 -> 5863432 bytes | |||
| -rwxr-xr-x | imgs/cityscapes_1.jpg | bin | 0 -> 212862 bytes | |||
| -rwxr-xr-x | imgs/cityscapes_2.jpg | bin | 0 -> 181978 bytes | |||
| -rwxr-xr-x | imgs/cityscapes_3.jpg | bin | 0 -> 198113 bytes | |||
| -rwxr-xr-x | imgs/cityscapes_4.jpg | bin | 0 -> 177439 bytes | |||
| -rwxr-xr-x | imgs/face1_1.jpg | bin | 0 -> 137063 bytes | |||
| -rwxr-xr-x | imgs/face1_2.jpg | bin | 0 -> 138145 bytes | |||
| -rwxr-xr-x | imgs/face1_3.jpg | bin | 0 -> 128312 bytes | |||
| -rwxr-xr-x | imgs/face2_1.jpg | bin | 0 -> 131872 bytes | |||
| -rwxr-xr-x | imgs/face2_2.jpg | bin | 0 -> 120395 bytes | |||
| -rwxr-xr-x | imgs/face2_3.jpg | bin | 0 -> 167430 bytes | |||
| -rwxr-xr-x | imgs/face_short.gif | bin | 0 -> 1496746 bytes | |||
| -rwxr-xr-x | imgs/teaser_720.gif | bin | 0 -> 8377350 bytes | |||
| -rwxr-xr-x | imgs/teaser_label.gif | bin | 0 -> 9267121 bytes | |||
| -rwxr-xr-x | imgs/teaser_label.png | bin | 0 -> 476419 bytes | |||
| -rwxr-xr-x | imgs/teaser_ours.jpg | bin | 0 -> 673246 bytes | |||
| -rwxr-xr-x | imgs/teaser_style.gif | bin | 0 -> 12390398 bytes |
18 files changed, 55 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100755 index 0000000..b0d119f --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +<img src='imgs/teaser_720.gif' align="right" width=360>
+
+<br><br><br><br>
+
+# pix2pixHD
+### [[Project]](https://tcwang0509.github.io/pix2pixHD/) [[Paper]](https://arxiv.org/) <br>
+Pytorch implementation for high-resolution (e.g. 2048x1024) photorealistic image-to-image translation, for example, turning semantic label maps into photo-realistic images, or synthesizing portraits from face label maps. <br><br>
+[High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs](https://tcwang0509.github.io/pix2pixHD/)
+ Ting-Chun Wang<sup>1</sup>, Ming-Yu Liu<sup>1</sup>, Jun-Yan Zhu<sup>2</sup>, Andrew Tao<sup>1</sup>, Jan Kautz<sup>1</sup>, Bryan Catanzaro<sup>1</sup>
+ <sup>1</sup>NVIDIA Corporation, <sup>2</sup>UC Berkeley
+ In arxiv, 2017.
+
+## Release notice
+Due to some unexpected delay, we have not got the approval from NVIDIA to release the code yet.<br>
+We are working on it and it should be resolved in a couple of days.<br>
+If you want to get notified once the code is released, please subscribe [here](https://tcwang0509.github.io/pix2pixHD/subscribe.html)
+
+## Image-to-image translation at 2k/1k resolution
+- Our label-to-streetview results
+<p align='center'>
+ <img src='imgs/teaser_label.png' width='440'/>
+ <img src='imgs/teaser_ours.jpg' width='440'/>
+</p>
+- Interactive editing results
+<p align='center'>
+ <img src='imgs/teaser_style.gif' width='440'/>
+ <img src='imgs/teaser_label.gif' width='440'/>
+</p>
+- Additional streetview results
+<p align='center'>
+ <img src='imgs/cityscapes_1.jpg' width='440'/>
+ <img src='imgs/cityscapes_2.jpg' width='440'/>
+</p>
+<p align='center'>
+ <img src='imgs/cityscapes_3.jpg' width='440'/>
+ <img src='imgs/cityscapes_4.jpg' width='440'/>
+</p>
+
+- Label-to-face and interactive editing results
+<p align='center'>
+ <img src='imgs/face1_1.jpg' width='290'/>
+ <img src='imgs/face1_2.jpg' width='290'/>
+ <img src='imgs/face1_3.jpg' width='290'/>
+</p>
+<p align='center'>
+ <img src='imgs/face2_1.jpg' width='290'/>
+ <img src='imgs/face2_2.jpg' width='290'/>
+ <img src='imgs/face2_3.jpg' width='290'/>
+</p>
+
+- Our editing interface
+<p align='center'>
+ <img src='imgs/city_short.gif' width='380'/>
+ <img src='imgs/face_short.gif' width='490'/>
+</p>
diff --git a/imgs/city_short.gif b/imgs/city_short.gif Binary files differnew file mode 100755 index 0000000..d4be1a5 --- /dev/null +++ b/imgs/city_short.gif diff --git a/imgs/cityscapes_1.jpg b/imgs/cityscapes_1.jpg Binary files differnew file mode 100755 index 0000000..2c86860 --- /dev/null +++ b/imgs/cityscapes_1.jpg diff --git a/imgs/cityscapes_2.jpg b/imgs/cityscapes_2.jpg Binary files differnew file mode 100755 index 0000000..88aef5d --- /dev/null +++ b/imgs/cityscapes_2.jpg diff --git a/imgs/cityscapes_3.jpg b/imgs/cityscapes_3.jpg Binary files differnew file mode 100755 index 0000000..198c312 --- /dev/null +++ b/imgs/cityscapes_3.jpg diff --git a/imgs/cityscapes_4.jpg b/imgs/cityscapes_4.jpg Binary files differnew file mode 100755 index 0000000..7a56681 --- /dev/null +++ b/imgs/cityscapes_4.jpg diff --git a/imgs/face1_1.jpg b/imgs/face1_1.jpg Binary files differnew file mode 100755 index 0000000..d47b0be --- /dev/null +++ b/imgs/face1_1.jpg diff --git a/imgs/face1_2.jpg b/imgs/face1_2.jpg Binary files differnew file mode 100755 index 0000000..57c60ec --- /dev/null +++ b/imgs/face1_2.jpg diff --git a/imgs/face1_3.jpg b/imgs/face1_3.jpg Binary files differnew file mode 100755 index 0000000..478a151 --- /dev/null +++ b/imgs/face1_3.jpg diff --git a/imgs/face2_1.jpg b/imgs/face2_1.jpg Binary files differnew file mode 100755 index 0000000..fe8a6fc --- /dev/null +++ b/imgs/face2_1.jpg diff --git a/imgs/face2_2.jpg b/imgs/face2_2.jpg Binary files differnew file mode 100755 index 0000000..f7caea2 --- /dev/null +++ b/imgs/face2_2.jpg diff --git a/imgs/face2_3.jpg b/imgs/face2_3.jpg Binary files differnew file mode 100755 index 0000000..fc49a49 --- /dev/null +++ b/imgs/face2_3.jpg diff --git a/imgs/face_short.gif b/imgs/face_short.gif Binary files differnew file mode 100755 index 0000000..cc1c8f3 --- /dev/null +++ b/imgs/face_short.gif diff --git a/imgs/teaser_720.gif b/imgs/teaser_720.gif Binary files differnew file mode 100755 index 0000000..8c46c07 --- /dev/null +++ b/imgs/teaser_720.gif diff --git a/imgs/teaser_label.gif b/imgs/teaser_label.gif Binary files differnew file mode 100755 index 0000000..0807963 --- /dev/null +++ b/imgs/teaser_label.gif diff --git a/imgs/teaser_label.png b/imgs/teaser_label.png Binary files differnew file mode 100755 index 0000000..3ba55e9 --- /dev/null +++ b/imgs/teaser_label.png diff --git a/imgs/teaser_ours.jpg b/imgs/teaser_ours.jpg Binary files differnew file mode 100755 index 0000000..0da072d --- /dev/null +++ b/imgs/teaser_ours.jpg diff --git a/imgs/teaser_style.gif b/imgs/teaser_style.gif Binary files differnew file mode 100755 index 0000000..ada193e --- /dev/null +++ b/imgs/teaser_style.gif |
