ProGamerGov
ProGamerGov
The script seems to work like the outputs Gatys' code produced in the iPython interface now: The source image:  The target images:   The images I used can...
I got the script to accept user specified parameters: https://gist.github.com/ProGamerGov/d0917848a728bceb4131272734f61e8b Only the target and source image are required, but you can also control the eps value and the transfer mode....
>It seems you don't understand how functions work. >It works when you only run the function once but it is confusing. That is not the way to pass values into...
I think I am getting close to the research paper's results: Layers `relu2_1,relu4_2`:  Direct link to full image: https://i.imgur.com/Vo9p96O.png I know the [research paper](https://arxiv.org/pdf/1611.07865.pdf) talks about only using layers...
@htoyryla --- Images used: fig4_content.jpg: https://github.com/leongatys/NeuralImageSynthesis/blob/master/Images/ControlPaper/fig4_content.jpg Fine style: https://github.com/leongatys/NeuralImageSynthesis/blob/master/Images/ControlPaper/fig4_style1.jpg Course style: https://github.com/leongatys/NeuralImageSynthesis/blob/master/Images/ControlPaper/fig4_style2.jpg --- Step 1: `python linear-color-transfer.py --target_image coarse_style.png --source_image fig4_content.jpg --output_image coarse_pca.png` `python linear-color-transfer.py --target_image fine_style.png --source_image fig4_content.jpg --output_image...
Examining the outputs produced by [ScaleControl.ipynb](https://github.com/leongatys/NeuralImageSynthesis/blob/master/ExampleNotebooks/ScaleControl.ipynb): --- Gatys' Scale Control code produce 3 different outputs, each follows a two step Multires process. I am not sure if these are 3...
Ok, so trying [both models from Gatys repository](https://github.com/leongatys/NeuralImageSynthesis/blob/master/Models/download_models.sh) which are the normalized VGG19, and the VGG-19 Conv model, I can't seem to get the parameters right. Up until now I...
Using Gatys' weights for Scale Control in Neural-Style seems to work pretty well:  Also, the `sym` option on the `match_color` function is for luminescence style transfer.
@VaKonS Thanks, I'll take a look at that. --- @htoyryla I have started trying to extract the python code responsible for luminescence style transfer: https://gist.github.com/ProGamerGov/08c5d25bb867e4313821a45b2e3b2978 As I understand it, the...
@htoyryla > How do the Gatys models fail when you try them? The style loss function does not work (The values basically stay the same) with them for me with...