Skip to content

Commit 20dd143

Browse files
update
1 parent 83d57eb commit 20dd143

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

UserHint/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Summary
44
![here](https://github.com/SerialLain3170/Line-to-Color/blob/master/UserHint/network.png)
55

6-
- 線画と一緒にカラーヒントを与えて、UNet + Discriminatorで生成
7-
- 線画だけでなく、VGG16を通した線画特徴量も中間層に与える
6+
- Taking the line art and color hint as input, we generate colored image with the network architecture based on pix2pix.
7+
- We give hidden layers not only line art but also features of line art extracted by VGG16.
88

99
## Results
10-
私の環境で生成した例を以下に示す。
10+
Result generated by my development environment is below.
1111
![here](https://github.com/SerialLain3170/Line-to-Color/blob/master/UserHint/example.png)
1212

13-
- バッチサイズは16
14-
- 最適化手法はAdam(α=0.0002, β1=0.5)
15-
- 損失関数としてはAdversarial lossとContent loss。重みはそれぞれ0.001と1.0
13+
- Batch size: 16
14+
- Using Adam as optimizer
15+
- The weight of adversarial loss is 0.001 and the weight of content loss is 1.0

0 commit comments

Comments
 (0)