├── README.md ├── images ├── candy-style.jpg ├── candy.jpg ├── cubist-style.jpg ├── cubist.gif ├── cubist.jpg ├── edtaonisl.gif ├── edtaonisl.jpg ├── edtaonisl_e2_crop512.jpg ├── fur-style.jpg ├── fur.jpg ├── fur_0.modelmach.jpg ├── hokusai-style.jpg ├── hokusai.jpg ├── hundertwasser-style.jpg ├── hundertwasser.jpg ├── kanagawa-style.jpg ├── kanagawa.jpg ├── kandinsky.jpg ├── kandinsky_crop.gif ├── kandinsky_e2_crop512.jpg ├── kandinsky_e2_full512.jpg ├── scream-style.jpg ├── scream-style.modeltubingen.jpg ├── starry-style.jpg ├── starry.jpg ├── starrynight-style.jpg ├── starrynight.gif └── starrynight.jpg └── models ├── candy_512_2_49000.model ├── cubist.model ├── edtaonisl.model ├── fur_0.model ├── hokusai.model ├── hundertwasser.model ├── kanagawa.model ├── kandinsky_e2_crop512.model ├── kandinsky_e2_full512.model ├── scream-style.model ├── starry.model └── starrynight.model /README.md: -------------------------------------------------------------------------------- 1 | # chainer-fast-neuralstyle-models 2 | 3 | Some models trained by different people using the [chainer fast neuralstyle app](https://github.com/yusuketomoto/chainer-fast-neuralstyle) by yusuketomoto. 4 | Please note, there has been a change on how the models are trained which makes them not suitable for the most recent version relased. Will update here soon. 5 | 6 | The animated gifs have been created with a simple "real-time" video capture wrapper written in python. The code is available at https://github.com/gafr/chainer-fast-neuralstyle-video 7 | 8 | ## Compatible with old code ([0d96350](https://github.com/yusuketomoto/chainer-fast-neuralstyle/tree/0d96350)) 9 | 10 | ModelName | Reference | Parameters | Style | Samples 11 | --- | --- | --- | --- | --- 12 | starrynight | [chainer-fast-neuralstyle](https://github.com/yusuketomoto/chainer-fast-neuralstyle) | unknown |![starrynight](images/starrynight-style.jpg) | ![starrynight](images/starrynight.jpg) ![starry](images/starrynight.gif?raw=true) 13 | cubist | [cubistMirror](https://github.com/genekogan/CubistMirror/) | unknown |![cubist](images/cubist-style.jpg?raw=true) |alt text ![cubist](images/cubist.gif?raw=true) 14 | hokusai | [cubistMirror](https://github.com/genekogan/CubistMirror/) | unknown | ![hokusai](images/hokusai-style.jpg?raw=true)| ![hokusai](images/hokusai.jpg?raw=true) 15 | hundertwasser | - | 1000 training images, 2 epoches, training: size 512 (full) | ![hundertwasser](images/hundertwasser-style.jpg?raw=true)| ![](images/hundertwasser.jpg?raw=true) 16 | kandinsky | uploaded by [6o6o](https://github.com/6o6o) | full coco training set, 2 epoches, training size 512 (cropped) | ![kandinsky](images/kandinsky.jpg?raw=true)| ![kandinski](images/kandinsky_e2_crop512.jpg?raw=true) ![kandinskigif](images/kandinsky_crop.gif?raw=true) 17 | kandinsky | uploaded by [6o6o](https://github.com/6o6o) | full coco training set, 2 epoches, training size 512 (full) | ![kandinsky](images/kandinsky.jpg?raw=true)| ![kandinski](images/kandinsky_e2_full512.jpg?raw=true) 18 | edtaonisl | uploaded by [6o6o](https://github.com/6o6o) | full coco training set, 2 epoches, training size 512 (cropped) | ![edtaonisl](images/edtaonisl.jpg)| ![edtaonisl](images/edtaonisl_e2_crop512.jpg) ![edtaonisl](images/edtaonisl.gif?raw=true) 19 | 20 | ## Compatible with new code 21 | 22 | Model Name | Reference | Parameters | Style | Samples 23 | --- | --- | --- | --- | --- 24 | Kanagawa | [6o6o](https://github.com/6o6o) | full coco, 2 epochs, image_size 512 (crop) | ![kanagawa](images/kanagawa-style.jpg)| ![kanagawa](images/kanagawa.jpg) 25 | Candy | [Heartsie](https://github.com/Heartsie) | full coco, 2.6 epochs, image_size 512 (crop) | ![candy](images/candy-style.jpg)| ![candy](images/candy.jpg) 26 | Fur | [6o6o](https://github.com/6o6o) | full coco, 1 epoch, image_size 512 (crop) | ![fur](images/fur-style.jpg)| ![fur](images/fur.jpg) 27 | Starry Night | [DylanAlloy](https://github.com/DylanAlloy) | full coco, 2 epochs, image_size 512 (crop) | ![starry](images/starry-style.jpg)| ![starry](images/starry.jpg) 28 | The Scream | [DylanAlloy](https://github.com/DylanAlloy) | full coco, 2 epochs | ![scream](images/scream-style.jpg)| ![scream](images/scream-style.modeltubingen.jpg) 29 | -------------------------------------------------------------------------------- /images/candy-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/candy-style.jpg -------------------------------------------------------------------------------- /images/candy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/candy.jpg -------------------------------------------------------------------------------- /images/cubist-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/cubist-style.jpg -------------------------------------------------------------------------------- /images/cubist.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/cubist.gif -------------------------------------------------------------------------------- /images/cubist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/cubist.jpg -------------------------------------------------------------------------------- /images/edtaonisl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/edtaonisl.gif -------------------------------------------------------------------------------- /images/edtaonisl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/edtaonisl.jpg -------------------------------------------------------------------------------- /images/edtaonisl_e2_crop512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/edtaonisl_e2_crop512.jpg -------------------------------------------------------------------------------- /images/fur-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/fur-style.jpg -------------------------------------------------------------------------------- /images/fur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/fur.jpg -------------------------------------------------------------------------------- /images/fur_0.modelmach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/fur_0.modelmach.jpg -------------------------------------------------------------------------------- /images/hokusai-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/hokusai-style.jpg -------------------------------------------------------------------------------- /images/hokusai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/hokusai.jpg -------------------------------------------------------------------------------- /images/hundertwasser-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/hundertwasser-style.jpg -------------------------------------------------------------------------------- /images/hundertwasser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/hundertwasser.jpg -------------------------------------------------------------------------------- /images/kanagawa-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kanagawa-style.jpg -------------------------------------------------------------------------------- /images/kanagawa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kanagawa.jpg -------------------------------------------------------------------------------- /images/kandinsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kandinsky.jpg -------------------------------------------------------------------------------- /images/kandinsky_crop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kandinsky_crop.gif -------------------------------------------------------------------------------- /images/kandinsky_e2_crop512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kandinsky_e2_crop512.jpg -------------------------------------------------------------------------------- /images/kandinsky_e2_full512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/kandinsky_e2_full512.jpg -------------------------------------------------------------------------------- /images/scream-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/scream-style.jpg -------------------------------------------------------------------------------- /images/scream-style.modeltubingen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/scream-style.modeltubingen.jpg -------------------------------------------------------------------------------- /images/starry-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/starry-style.jpg -------------------------------------------------------------------------------- /images/starry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/starry.jpg -------------------------------------------------------------------------------- /images/starrynight-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/starrynight-style.jpg -------------------------------------------------------------------------------- /images/starrynight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/starrynight.gif -------------------------------------------------------------------------------- /images/starrynight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/images/starrynight.jpg -------------------------------------------------------------------------------- /models/candy_512_2_49000.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/candy_512_2_49000.model -------------------------------------------------------------------------------- /models/cubist.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/cubist.model -------------------------------------------------------------------------------- /models/edtaonisl.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/edtaonisl.model -------------------------------------------------------------------------------- /models/fur_0.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/fur_0.model -------------------------------------------------------------------------------- /models/hokusai.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/hokusai.model -------------------------------------------------------------------------------- /models/hundertwasser.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/hundertwasser.model -------------------------------------------------------------------------------- /models/kanagawa.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/kanagawa.model -------------------------------------------------------------------------------- /models/kandinsky_e2_crop512.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/kandinsky_e2_crop512.model -------------------------------------------------------------------------------- /models/kandinsky_e2_full512.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/kandinsky_e2_full512.model -------------------------------------------------------------------------------- /models/scream-style.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/scream-style.model -------------------------------------------------------------------------------- /models/starry.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/starry.model -------------------------------------------------------------------------------- /models/starrynight.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gafr/chainer-fast-neuralstyle-models/4f293098341c2bca3189eac970d5288d7227561a/models/starrynight.model --------------------------------------------------------------------------------