Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.56 KB

Fast neural style transfer

  • With VGG16 loss head.
  • With UNET fully convolutional net for image generation.

From style images:

Van Gogh Picasso

To train the network with Imagenette:

pipenv shell
pipenv install
pipenv run python train.py --starry_night --width=<width_int> --height=<height-int>

Examples

  • Heidelberg - images
Original Van Gogh Picasso

Videos

  • Outside scene with friends
Van Gogh Picasso
mount-vesuvio mount-vesuvio
  • Mount Vesuvio's inside
Van Gogh Picasso
outside-scene-with-friends outside-scene-with-friends

References

@Alex