Pytorch-Sketch-RNN

Sketch generator

A PyTorch implementation of a sketch-based RNN model for generating drawings.

a pytorch implementation of https://arxiv.org/abs/1704.03477

GitHub

184 stars
5 watching
62 forks
Language: Python
last commit: over 5 years ago

Related projects:

Repository Description Stars
alexis-jacq/pytorch-tutorials An introduction to PyTorch through the Neural-Style algorithm for image transformation 136
l1aoxingyu/char-rnn-pytorch A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data. 141
jwyang/graph-rcnn.pytorch Reimplemented scene graph generation models using PyTorch 1.0 733
justdark/pytorch-poetry-gen A PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases 239
prlz77/resnext.pytorch Reproduces ResNet-V3 with PyTorch for computer vision tasks 508
kacky24/stylenet A PyTorch implementation of a framework for generating captions with styles for images and videos. 63
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 244
carpedm20/began-pytorch An implementation of a deep learning model for generating images from text descriptions 262
jayleicn/animegan A PyTorch implementation of Generative Adversarial Networks for anime face drawing 1,280
lextal/pspnet-pytorch A PyTorch implementation of a segmentation network architecture 585
chenxi116/pnasnet.pytorch PyTorch implementation of PNASNet-5 architecture 317
jtoy/sketchnet Generates code in a visual programming language using images as input 40
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch An implementation of cascaded refinement networks for generating photorealistic images from semantic layouts 65
yunlongdong/fcn-pytorch A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. 160