murdockfpv / murdockfpv.github.io

Build a Jekyll blog in minutes, without touching the command line.
Other
0 stars 1 forks source link

Commands for creating stylized images: #59

Open juliusakula opened 3 years ago

juliusakula commented 3 years ago

init ffedoroff/nueral-style

docker run -i -t -v C:\Users\justi\Docker\prism\01\:/out ffedoroff/neural-style /bin/bash

3 styles, not original color

th neural_style.lua -gpu -1 -image_size 1024 -style_image /out/Style/bob_ross_style.jpg,/
out/Style/Assuaging_of_the_Waters_cropped.jpg,/out/Style/stefano-de-artist_bob-ross-golden-flow.jpg -content_image /out/Original_Photo/enhanced_sky.jpg 

Rocky mountain style, rocky mountain input

th neural_style.lua -gpu -1 -image_size 1024 -style_image /out/Style/Rocky_Mountains_Landers_Peak.jpg -content_image /out/Original_Photo/rocksHW200.JPG -original_colors 1

GPU Rocky mountain style, rocky mountain input

th neural_style.lua -gpu 0 -image_size 1024 -style_image /out/Style/Rocky_Mountain_Landers_Peak.jpg -content_image /out/Original_Photo/rocksHW200.JPG -original_colors 1