diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-18 03:50:37 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-18 03:50:37 -0700 |
| commit | 57d5f91076a560aabbdb6f50132409f978033207 (patch) | |
| tree | 905e8f0a1db588f106eb2b24d00097113a748975 | |
| parent | 8dc9f2aa6388f1260b8350137c7bffa952a302ef (diff) | |
add edges2cats demo
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | imgs/edges2cats.jpg | bin | 0 -> 69459 bytes |
2 files changed, 6 insertions, 3 deletions
@@ -7,13 +7,16 @@ This is our ongoing PyTorch implementation for both unpaired and paired image-to-image translation. Check out the original [CycleGAN Torch](https://github.com/junyanz/CycleGAN) and [pix2pix Torch](https://github.com/phillipi/pix2pix) if you would like to reproduce the exact results in the paper. The code was written by [Jun-Yan Zhu](https://github.com/junyanz) and [Taesung Park](https://github.com/taesung89). -### 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="1000px"/> +### 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"/> -### Pix2pix: [[Project]](https://phillipi.github.io/pix2pix/) [[Paper]](https://arxiv.org/pdf/1611.07004v1.pdf) [[Torch]](https://github.com/phillipi/pix2pix) +### 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"/> +### [[EdgesCats Demo]](https://affinelayer.com/pixsrv/) +<img src='imgs/edges2cats.jpg' width="800px"/> + If you use this code for your research, please cite: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks diff --git a/imgs/edges2cats.jpg b/imgs/edges2cats.jpg Binary files differnew file mode 100644 index 0000000..c9586bc --- /dev/null +++ b/imgs/edges2cats.jpg |
