Download VGG16 pretrained model from: https://drive.google.com/open?id=0B51U-GiVgFCrNmJOLVF6eDd0SE0
- content loss, style loss, total variation...
- train op
- web app
- image2image net
- Extract content features from
conv2_2
of VGG16 - Extract style features from
conv1_2
,conv2_2
,conv3_3
,conv4_3
,conv5_3
- Optimize with Adam optimizer
- Results is depend on following parameters:
- Selected features layers and model ( Which layers from which models)
- The loss weights for each layers
Content | Style | Result |
---|---|---|