reiinakano / fast-style-transfer-deeplearnjs

Demo of in-browser Fast Neural Style Transfer with deeplearn.js library
https://reiinakano.github.io/fast-style-transfer-deeplearnjs
MIT License
1.35k stars 110 forks source link

Feedforward image colorization #17

Closed GlebSBrykin closed 5 years ago

GlebSBrykin commented 6 years ago

I found an implementation of a neural network to color images of the architecture you use: https://github.com/zeruniverse/neural-colorization. You can port it to DeepLearn.JS. The site will look 10 times easier. By the way, Your network implementation for image styling has helped me to make my implementation: https://github.com/PABCSoft/ImageStyler.