All Projects → maajor → Neuralnetworkpostprocessing

maajor / Neuralnetworkpostprocessing

Unity Post Processing with Convolution Neural Network

Projects that are alternatives of or similar to Neuralnetworkpostprocessing

Deblurgan
Image Deblurring using Generative Adversarial Networks
Stars: ✭ 2,033 (+2409.88%)
Mutual labels:  convolutional-neural-networks, gan, pix2pix
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+4646.91%)
Mutual labels:  gan, pix2pix
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+5025.93%)
Mutual labels:  convolutional-neural-networks, gan
Deep learning projects
Stars: ✭ 28 (-65.43%)
Mutual labels:  convolutional-neural-networks, gan
Ngx
Ngx - Neural network based visual generator and mixer
Stars: ✭ 277 (+241.98%)
Mutual labels:  unity, pix2pix
Pytorch Srgan
A modern PyTorch implementation of SRGAN
Stars: ✭ 289 (+256.79%)
Mutual labels:  convolutional-neural-networks, gan
Pix2pix
Real-time pix2pix implementation with Unity
Stars: ✭ 912 (+1025.93%)
Mutual labels:  unity, pix2pix
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (+149.38%)
Mutual labels:  convolutional-neural-networks, gan
Tensorflow Srgan
Tensorflow implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network" (Ledig et al. 2017)
Stars: ✭ 33 (-59.26%)
Mutual labels:  convolutional-neural-networks, gan
Pro gan pytorch Examples
Examples trained using the python pytorch package pro-gan-pth
Stars: ✭ 39 (-51.85%)
Mutual labels:  convolutional-neural-networks, gan
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-27.16%)
Mutual labels:  convolutional-neural-networks, gan
cgan-face-generator
Face generator from sketches using cGAN (pix2pix) model
Stars: ✭ 52 (-35.8%)
Mutual labels:  gan, pix2pix
pix2pix-tensorflow
A minimal tensorflow implementation of pix2pix (Image-to-Image Translation with Conditional Adversarial Nets - https://phillipi.github.io/pix2pix/).
Stars: ✭ 22 (-72.84%)
Mutual labels:  gan, pix2pix
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+3982.72%)
Mutual labels:  convolutional-neural-networks, gan
Torchfusion
A modern deep learning framework built to accelerate research and development of AI systems
Stars: ✭ 244 (+201.23%)
Mutual labels:  convolutional-neural-networks, gan
Pix2pixhd
Synthesizing and manipulating 2048x1024 images with conditional GANs
Stars: ✭ 5,553 (+6755.56%)
Mutual labels:  gan, pix2pix
Pytorch Pix2pix
Pytorch implementation of pix2pix for various datasets.
Stars: ✭ 74 (-8.64%)
Mutual labels:  gan, pix2pix
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+113.58%)
Mutual labels:  convolutional-neural-networks, gan
Deepnude nowatermark withmodel
DeepNude source code,without watermark,with demo and model download link,one command to run offline,GAN/Pytorch/pix2pix/pic2pic
Stars: ✭ 950 (+1072.84%)
Mutual labels:  gan, pix2pix
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+10720.99%)
Mutual labels:  gan, pix2pix

Neural Network Post Processing

Post Processing for Unity using Convolution Neural Network. CNN Model trained with pix2pix/GAN, Fast Neural Style Transfer You can create your style offline and train the network with your own data, making your NNPP!

  • Trainer with pix2pix or fast-style-transfer
  • Keras model and weight discription to Unity

trained with Fast Neural Style Transfer:
FNST

This is the source-code for both runtime and trainning. Pre-trained model is on AssetStore
Neural Network Post Processing on Unity AssetStore
img

How to Run:

Open Scene scene and run!

Requirement

  • Unity 2018.2+
  • Compute Shader support (DX11+, Vulkan, Metal)

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].