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 7 years ago

Related projects:

RepositoryDescriptionStars
alexis-jacq/pytorch-tutorialsAn introduction to PyTorch through the Neural-Style algorithm for image transformation136
l1aoxingyu/char-rnn-pytorchA PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.143
jwyang/graph-rcnn.pytorchA collection of PyTorch implementations of various scene graph generation models732
justdark/pytorch-poetry-genA PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases239
prlz77/resnext.pytorchReproduces ResNet-V3 with PyTorch for computer vision tasks511
kacky24/stylenetA PyTorch implementation of a framework for generating captions with styles for images and videos.63
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
carpedm20/began-pytorchAn implementation of a deep learning model for generating images from text descriptions262
jayleicn/animeganA PyTorch implementation of Generative Adversarial Networks for anime face drawing1,282
lextal/pspnet-pytorchA PyTorch implementation of a segmentation network architecture588
chenxi116/pnasnet.pytorchPyTorch implementation of PNASNet-5 architecture317
jtoy/sketchnetGenerates code in a visual programming language using images as input40
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorchAn implementation of cascaded refinement networks for generating photorealistic images from semantic layouts65
yunlongdong/fcn-pytorchA PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models.161