Skip to content

Commit

Permalink
modify readme, add poster
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaebum committed Dec 16, 2018
1 parent 08444e0 commit 491b066
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ based on your python version, os, cuda version etc...

## Usage

### Download dataset (Deprecated)
### Download dataset

This dataset is old dataset (PIL based edge detected)

1. Create **data** folder
2. go to [link](https://www.kaggle.com/ktaebum/animesketchcolorpair) and download
3. unzip in **data** folder
1. go to [link](https://www.kaggle.com/ktaebum/anime-sketch-colorization-pair) and download
2. unzip

### Train

Expand Down Expand Up @@ -60,6 +57,21 @@ $ ./train.sh

To see experiment trials, [click](https://github.com/ktaebum/AttentionedDeepPaint/tree/master/results)

## General Result Example (Same Sketch, Different Styles)

![Gen1](https://i.imgur.com/Ow8iNAp.png)
![Gen2](https://i.imgur.com/6efKure.png)
![Gen3](https://i.imgur.com/7liDJ0V.png)
![Gen4](https://i.imgur.com/TCwEyfy.png)
![Gen5](https://i.imgur.com/Tj4NEed.png)
![Gen6](https://i.imgur.com/gYz5iPS.png)
![Gen7](https://i.imgur.com/eHlqFuu.png)
![Gen8](https://i.imgur.com/yUWwZw8.png)
![Gen9](https://i.imgur.com/RkRRqDn.png)
![Gen10](https://i.imgur.com/CnLnCfK.png)
![Gen11](https://i.imgur.com/Nq8Yo4i.png)
![Gen12](https://i.imgur.com/4Pjv9zl.png)

## Attention Map Result Examples
![attrefer](https://i.imgur.com/Y1SPOFy.png)
![Att1](https://i.imgur.com/Unu0BBm.png)
Expand All @@ -81,4 +93,4 @@ Hyperparameter | Value
`Discriminator` | `PatchGAN`
`Weight Initialization` | `(0, 0.02) Normal Distribution`

![Log](https://i.imgur.com/ynt4I1d.png)
![Log](https://i.imgur.com/nM60lAM.png)
Binary file added poster.pdf
Binary file not shown.

0 comments on commit 491b066

Please sign in to comment.