Sho commited on
Commit
04a2ab1
·
1 Parent(s): 82f2813

DOC: added imdb image

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@ license: mit
4
 
5
  # AnimeBackgroundGAN (CartoonGAN by Chen et. al.)
6
 
 
 
7
  - [Satoshi Kon(今敏)](https://en.wikipedia.org/wiki/Satoshi_Kon) pre-trained model from [CartoonGAN](http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/2205.pdf) `[Chen et al., CVPR18]`.
8
  - This model can transform real-life photos into Japanese-animation-like backgrounds, following the style of movies such as [Paprika](https://en.wikipedia.org/wiki/Paprika_(2006_film)) with a distinct high contrast, reddish hue style.
9
  - The implementation is in PyTorch (see [source code here](https://huggingface.co/spaces/akiyamasho/AnimeBackgroundGAN/blob/main/network/Transformer.py)).
 
4
 
5
  # AnimeBackgroundGAN (CartoonGAN by Chen et. al.)
6
 
7
+ <img src="https://m.media-amazon.com/images/M/MV5BNjNjYTRkNGUtMGQ2MS00MTFiLTg0OTEtYTM3MmM1YTY1OTM1XkEyXkFqcGdeQXVyNjc3OTE4Nzk@._V1_.jpg" alt="Paprika directed by Satoshi Kon" style="height: 300px;"/>
8
+
9
  - [Satoshi Kon(今敏)](https://en.wikipedia.org/wiki/Satoshi_Kon) pre-trained model from [CartoonGAN](http://openaccess.thecvf.com/content_cvpr_2018/CameraReady/2205.pdf) `[Chen et al., CVPR18]`.
10
  - This model can transform real-life photos into Japanese-animation-like backgrounds, following the style of movies such as [Paprika](https://en.wikipedia.org/wiki/Paprika_(2006_film)) with a distinct high contrast, reddish hue style.
11
  - The implementation is in PyTorch (see [source code here](https://huggingface.co/spaces/akiyamasho/AnimeBackgroundGAN/blob/main/network/Transformer.py)).