Skip to content

Commit

Permalink
Change paper title
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwoomo committed Dec 26, 2018
1 parent 9089108 commit a6045d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instance-aware Image-to-Image Translation (InstaGAN)
# InstaGAN: Instance-aware Image Translation

PyTorch implementation of ["Instance-aware Image-to-Image Translation"](https://openreview.net/forum?id=ryxwJhC9YX) (ICLR 2019).
PyTorch implementation of ["InstaGAN: Instance-aware Image Translation"](https://openreview.net/forum?id=ryxwJhC9YX) (ICLR 2019).
The implementation is based on the [official CycleGAN](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) code.
Our major contributions are in `./models/insta_gan_model.py` and `./models/networks.py`.

Expand Down Expand Up @@ -122,7 +122,7 @@ If you use this code for your research, please cite our papers.
```
@inproceedings{
mo2018instanceaware,
title={Instance-aware Image-to-Image Translation},
title={InstaGAN: Instance-aware Image Translation},
author={Sangwoo Mo and Minsu Cho and Jinwoo Shin},
booktitle={International Conference on Learning Representations},
year={2019},
Expand Down

0 comments on commit a6045d6

Please sign in to comment.