texture_nets
Texture generator
A software framework for generating textures and stylized images using neural networks.
Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
1k stars
58 watching
217 forks
Language: Lua
last commit: almost 7 years ago
Linked from 2 awesome lists
neural-stylestyle-transfertexture-networkstorch
Related projects:
Repository | Description | Stars |
---|---|---|
labforcomputationalvision/texturesynth | Generates synthetic digital images of visual textures based on mathematical models | 34 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
jpcy/xatlas | A C++ library for generating unique texture coordinates from meshes | 2,073 |
chuanli11/mgans | Develops a system for generating real-time textures by combining precomputed models with generative adversarial networks. | 294 |
cs-chan/artgan | A software framework for generating art-inspired images using deep learning techniques | 411 |
tdrussell/illustrationgan | A Generative Adversarial Networks implementation for modeling illustrations using a custom dataset of anime faces. | 269 |
emilwallner/coloring-greyscale-images | Developing a neural network-based colorization system for converting grayscale images to RGB colors | 1,036 |
thevarunsharma/image-colorization | Automates the process of assigning colors to grayscale images using a deep learning model | 11 |
mansimov/text2image | A model that generates image patches from natural language descriptions by iteratively drawing and attending to relevant words. | 592 |
cpetry/texturegenerator-online | An online application for generating procedural textures using JavaScript | 110 |
aman-chauhan/image-coloring | Develops a neural network to color grayscale images using local and global features | 2 |
google/sg2im | An end-to-end neural network model that generates images from scene graphs by processing input graph information through multiple layers of networks | 1,300 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
ibm/max-fast-neural-style-transfer | A service for generating new images by mixing the content of an input image with the style of another image. | 50 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |