summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjunyanz <junyanz@berkeley.edu>2017-04-18 04:01:52 -0700
committerjunyanz <junyanz@berkeley.edu>2017-04-18 04:01:52 -0700
commit3310304db45880c63fb7b221e30eeb67298b2682 (patch)
tree68a243c1b2aed79a004c5801c99560ff249c62f1 /README.md
parent06ff1058ad85bef386130eaa184c3d60e86d2fee (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e45f3c..52a8497 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ This is our ongoing PyTorch implementation for both unpaired and paired image-to
#### CycleGAN: [[Project]](https://junyanz.github.io/CycleGAN/) [[Paper]](https://arxiv.org/pdf/1703.10593.pdf) [[Torch]](https://github.com/junyanz/CycleGAN)
-<img src="https://junyanz.github.io/CycleGAN/images/teaser_high_res.jpg" width="800"/>
+<img src="https://junyanz.github.io/CycleGAN/images/teaser_high_res.jpg" width="900"/>
#### Pix2pix: [[Project]](https://phillipi.github.io/pix2pix/) [[Paper]](https://arxiv.org/pdf/1611.07004v1.pdf) [[Torch]](https://github.com/phillipi/pix2pix)
-<img src="https://phillipi.github.io/pix2pix/images/teaser_v3.png" width="1000px"/>
+<img src="https://phillipi.github.io/pix2pix/images/teaser_v3.png" width="900px"/>
#### [[EdgesCats Demo]](https://affinelayer.com/pixsrv/) [[pix2pix-tensorflow]](https://github.com/affinelayer/pix2pix-tensorflow)
Written by [Christopher Hesse](https://twitter.com/christophrhesse)