Skip to content

Commit

Permalink
update diagram in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacho authored Mar 15, 2020
1 parent 8523e60 commit 91b09f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
We implement a variation of the cycleGAN architecture (described in [this paper](https://arxiv.org/pdf/1703.10593.pdf)) that allows changing between multiple hair colors in portrait images. We build on the [PyTorch implementation of pix2pix and cycleGAN](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) by [Jun-Yan Zhu](https://github.com/junyanz), [Taesung Park](https://github.com/taesung) and [Tongzhou Wang](https://ssnl.github.io/). The modified cycleGAN architecture is sketched in the following diagram.


<img src="imgs/multiple_colors_architecture.png" width="800px"/>
<img src="imgs/multiple_colors_architecture_v2.png" width="800px"/>

For more details see my [project report](https://cs230.stanford.edu/past-projects/) and [poster](https://cs230.stanford.edu/past-projects/) for the Stanford CS230 class. (hyperlinks to be updated.)

Expand Down

0 comments on commit 91b09f5

Please sign in to comment.