chainer-fast-neuralstyle icon indicating copy to clipboard operation
chainer-fast-neuralstyle copied to clipboard

Chainer implementation of "Perceptual Losses for Real-Time Style Transfer and Super-Resolution".

Results 79 chainer-fast-neuralstyle issues
Sort by recently updated
recently updated
newest added

In the _model_ file, It has two exampled model. How two train a new kind of model? Like **starry_night** etc?

Is it possible to add a flag to keep original color of the image and only transfer the style? // from jcjohnson's neural style -- Combine the Y channel of...

In **generate.py line:57** Changing ``` flow = cv2.calcOpticalFlowFarneback(img1, img2, 0.5, 3, 15, 3, 5, 1.2, 0) ``` To ``` flow = cv2.calcOpticalFlowFarneback(img1, img2, None, 0.5, 3, 15, 3, 5, 1.2,...

Hi all ! I created two 4K videos with this repo, you can watch them here : https://www.youtube.com/watch?v=2YRVt80g2Ek and https://www.youtube.com/watch?v=i69cBYI6f-w (watch in 1080p or 4K) Thanks everyone here for theirs...

![image](https://cloud.githubusercontent.com/assets/26133721/24839554/7c320354-1d8f-11e7-98aa-a57d1a978488.png) Finished style video,when the video already exists. Overwrite ? [y/N] I choose 'n' . I will get nothing~Just like the image~ ![image](https://cloud.githubusercontent.com/assets/26133721/24839571/b4a83a46-1d8f-11e7-923e-8b890201c7df.png)

I have developed an iOS App based on fast neural style. It can process both image and video. And all computation is 100% on your iPhone. The App is called...

I made an interactive playground for the neural style transfer systems. You can pick one of several style models and upload your own source image to be processed. This service...

https://github.com/luanfujun/deep-photo-styletransfer

Adds a button and code for the real-time demo.

Hi all. Is it possible to make same but with sound/voice? For example make speech from 1 person be likely the other. Waiting for any kind of discussion here. Thanks!