Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiYu authored Feb 20, 2018
1 parent 9ffc219 commit 9f1d00d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generative Image Inpainting with Contextual Attention

[Paper](http://jhyu.me/resources/publications/yu2018-generative-inpainting-paper.pdf) | [arXiv](https://arxiv.org/abs/1801.07892) | [Project](http://jhyu.me/posts/2018/01/20/generative-inpainting.html) | [Demo](http://jhyu.me/posts/2018/01/20/generative-inpainting.html#post)
[Paper](http://jhyu.me/resources/publications/yu2018-generative-inpainting-paper.pdf) | [ArXiv](https://arxiv.org/abs/1801.07892) | [Project](http://jhyu.me/posts/2018/01/20/generative-inpainting.html) | [Demo](http://jhyu.me/posts/2018/01/20/generative-inpainting.html#post)



Expand All @@ -14,6 +14,22 @@ Example inpainting results of our method on images of natural scene (Places2), f
**Code and models will be released soon. Please stay tuned.**


## TensorBoard

Visualization on TensorBoard for training and validation is supported.


## License

CC 4.0 Attribution-NonCommercial International


## Requirements

* [NeuralGym 0.0.1-alpha](https://github.com/JiahuiYu/neuralgym)
* [TensorFlow >= 1.4](https://www.tensorflow.org/)


FAQ
---

Expand Down

0 comments on commit 9f1d00d

Please sign in to comment.