fast-neural-style
fast-neural-style copied to clipboard
Feedforward style transfer
Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I am trying to find the attribution for this image: https://github.com/jcjohnson/fast-neural-style/blob/master/images/styles/mosaic.jpg This repo seems to be the first place it appears online. Does anyone know the original source?
Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Even though with " chmod +x", bash again, still throw: ERROR: Could not load model from models/instance_norm/la_muse.t7 You may need to download the pre-trained models by running bash models/download_style_transfer_models.sh
Looks like the domain is moving to https only - so the curl commands get a HTML redirect, they now download the right models. 👍
Hey, Your algorithm has been mentioned in recent article about checkerboard artifacts. It says you could avoid them by "switching deconvolutional layers for resize-convolution layers". Not sure what it means,...
Hi, When trying to train a new model, I am getting the following output: /home/ubuntu/torch/install/bin/luajit: /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:375: unknown object stack traceback: [C]: in function 'error' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:375: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:409: in...
I'm sorry to bother you,but I have a question on could we apply Neural-Style-Transfer to image deformation. In style-transfer,we usually provide a content image and a style image to generate...
I used to be able to stylize images with all the provided models, but after a recent formatting and reinstallation (so library versions are probably different) I can't use the...
Why do you use 150 as a constant to multiply tanh output of your model? Wouldn't that give it the [-150, 150] output range (as tanh is in [-1, 1]...