generative-query-network-pytorch
GQN model
A PyTorch implementation of a Generative Query Network model for generating 3D scenes and rendering them in various styles.
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
322 stars
14 watching
63 forks
Language: Jupyter Notebook
last commit: over 5 years ago deepmindgenerative-modelsgqnpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
chingyaoc/ggnn.pytorch | An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. | 465 |
shayneobrien/generative-models | Annotated implementations of various deep generative models using PyTorch | 500 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
isht7/pytorch-deeplab-resnet | A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
mrgemy95/visual-interaction-networks-pytorch | An implementation of Deepmind's Visual Interaction Networks using PyTorch to predict future events in physical scenes. | 166 |
jhjacobsen/pytorch-i-revnet | Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. | 389 |
harshtrivedi/nmn-pytorch | A PyTorch implementation of Neural Module Networks for Visual Question Answering | 108 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
aiqm/torchani | A PyTorch implementation of a neural network potential for molecular simulations | 464 |
ixaxaar/pytorch-dnc | An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. | 338 |
wohlert/semi-supervised-pytorch | A collection of semi-supervised learning and generative models implemented in PyTorch | 707 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |