File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
## Summary
4
4
![ here] ( https://github.com/SerialLain3170/Line-to-Color/blob/master/UserHint/network.png )
5
5
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.
8
8
9
9
## Results
10
- 私の環境で生成した例を以下に示す。
10
+ Result generated by my development environment is below.
11
11
![ here] ( https://github.com/SerialLain3170/Line-to-Color/blob/master/UserHint/example.png )
12
12
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
You can’t perform that action at this time.
0 commit comments