neural-style-pt
neural-style-pt copied to clipboard
PyTorch implementation of neural style transfer algorithm
When I try to run models/download_models.py, I get the following error: ''' Downloading the VGG-19 model Traceback (most recent call last): File "models/download_models.py", line 10, in sd = load_url("https://web.eecs.umich.edu/~justincj/models/vgg19-d01eb7cb.pth") File...
Hi, thanks again for providing this software. I just did a bunch of various tests mainly messing around with content weight and content style to try to achieve various looks....
Hi, thanks for providing this amazing style transfer tool. In the past I was using cysmiths nerual style tf transfer which stopped working for the new titan RTX card I...
I get the following error, but only when using specific image combinations. I can use the content with other styles or style with other content. Very confusing. Traceback (most recent...
I keep getting an error message related to this caffe2_nvrtc.dll when I run the command: `neural-style -style_image C:\\Users\\crovn\\Desktop\\Brooklyn_Bridge_Manhattan.jpg -content_image C:\\Users\\crovn\\Desktop\\MonaLisaOriginal.jpg -output_image C:\\Users\\crovn\\Desktop\\profile.png` The error message that I get reads: `Traceback...
Hi, I'm trying to run the script above to see if my system can handle and create larger images based upon your script. I added -optimizer adam and using the...
Is there a potential to make a tool to calculate maximum image size that can be archieved given certain GPU memory? for example its important for vfx guyes to render...
How we can call it from code like call a function to generate style image?
Thanks for all your work on this project! I'm using it for Colab notebook experiments and found that it printed more lines to the console than I would like, so...
First of all, this is a great repo! It seems a bit faster and more memory efficient than the original lua-based neural-style. I've made a [fork of this repo](https://github.com/genekogan/neural-style-pt) trying...