Skip to content

Commit 39ecc01

Browse files
committed
update README
1 parent f70e2ac commit 39ecc01

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,29 @@ This PyTorch implementation produces results comparable to or better than our or
1212

1313
**Note**: The current software works well with PyTorch 0.4. Check out the older [branch](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/tree/pytorch0.3.1) that supports PyTorch 0.1-0.3.
1414

15-
#### CycleGAN: [[Project]](https://junyanz.github.io/CycleGAN/) [[Paper]](https://arxiv.org/pdf/1703.10593.pdf) [[Torch]](https://github.com/junyanz/CycleGAN)
16-
<img src="https://junyanz.github.io/CycleGAN/images/teaser_high_res.jpg" width="900"/>
15+
**CycleGAN: [Project](https://junyanz.github.io/CycleGAN/) | [Paper](https://arxiv.org/pdf/1703.10593.pdf) | [Torch](https://github.com/junyanz/CycleGAN)**
16+
<img src="https://junyanz.github.io/CycleGAN/images/teaser_high_res.jpg" width="800"/>
1717

18-
#### Pix2pix: [[Project]](https://phillipi.github.io/pix2pix/) [[Paper]](https://arxiv.org/pdf/1611.07004v1.pdf) [[Torch]](https://github.com/phillipi/pix2pix)
1918

20-
<img src="https://phillipi.github.io/pix2pix/images/teaser_v3.png" width="900px"/>
19+
**Pix2pix: [Project](https://phillipi.github.io/pix2pix/) | [Paper](https://arxiv.org/pdf/1611.07004v1.pdf) | [Torch](https://github.com/phillipi/pix2pix)**
2120

22-
#### [[EdgesCats Demo]](https://affinelayer.com/pixsrv/) [[pix2pix-tensorflow]](https://github.com/affinelayer/pix2pix-tensorflow)
23-
Written by [Christopher Hesse](https://twitter.com/christophrhesse)
21+
<img src="https://phillipi.github.io/pix2pix/images/teaser_v3.png" width="800px"/>
22+
23+
<img ailgn="left" src='imgs/edges2cats.jpg' width="250px"/>
24+
**[EdgesCats Demo](https://affinelayer.com/pixsrv/) | [pix2pix-tensorflow](https://github.com/affinelayer/pix2pix-tensorflow) |
25+
by [Christopher Hesse](https://twitter.com/christophrhesse)**
2426

25-
<img src='imgs/edges2cats.jpg' width="600px"/>
2627

2728
If you use this code for your research, please cite:
2829

2930
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
3031
[Jun-Yan Zhu](https://people.eecs.berkeley.edu/~junyanz/)\*, [Taesung Park](https://taesung.me/)\*, [Phillip Isola](https://people.eecs.berkeley.edu/~isola/), [Alexei A. Efros](https://people.eecs.berkeley.edu/~efros)
31-
In ICCV 2017. (* equal contributions)
32+
In ICCV 2017. (* equal contributions) [[Bibtex]](https://junyanz.github.io/CycleGAN/CycleGAN.txt)
3233

3334

3435
Image-to-Image Translation with Conditional Adversarial Networks
3536
[Phillip Isola](https://people.eecs.berkeley.edu/~isola), [Jun-Yan Zhu](https://people.eecs.berkeley.edu/~junyanz), [Tinghui Zhou](https://people.eecs.berkeley.edu/~tinghuiz), [Alexei A. Efros](https://people.eecs.berkeley.edu/~efros)
36-
In CVPR 2017.
37+
In CVPR 2017. [[Bibtex]](http://people.csail.mit.edu/junyanz/projects/pix2pix/pix2pix.bib)
3738

3839
## Course
3940
CycleGAN course assignment [code](http://www.cs.toronto.edu/~rgrosse/courses/csc321_2018/assignments/a4-code.zip) and [handout](http://www.cs.toronto.edu/~rgrosse/courses/csc321_2018/assignments/a4-handout.pdf) designed by Prof. [Roger Grosse](http://www.cs.toronto.edu/~rgrosse/) for [CSC321](http://www.cs.toronto.edu/~rgrosse/courses/csc321_2018/) "Intro to Neural Networks and Machine Learning" at University of Toronto. Please contact the instructor if you would like to adopt it in your course.

imgs/edges2cats.jpg

-44.3 KB
Loading

0 commit comments

Comments
 (0)