Skip to content

ProGamerGov/Neural-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Display

Display your styled outputs alongside their content and style image(s), in a single image.


#Requirements

Neural-Style or a similar style transfer system.

ImageMagick can be installed on Ubuntu with:

sudo apt-get install imagemagick


#Usage:

For a horizontal comparison:

./neural-display-h.sh <styled_image> <style_image(s)> <content_image>

For a vertical comparison:

./neural-display-v.sh <styled_image> <style_image(s)> <content_image>

The style images should be separated with a comma like they are in Neural-Style commands: style1.png,style2.png,style3.png

If you end up with a white background showing/the images not filling the space correctly, change the size_factor value in the applicable script to a larger value.


#Example Outputs:


#Troubleshooting

If you face a permission error, try using chmod to fix the issue:

chmod u+x ./neural-display-h.sh

Or:

chmod u+x ./neural-display-v.sh

You can also try adding sudo bash like:

sudo bash ./neural-display-h.sh Or: sudo bash ./neural-display-v.sh


About

Displays your styled outputs alongside their content and style image(s)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages