rahulbprakash / chainer-gqn

Neural scene representation and rendering (GQN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚧 Work in Progress 🚧

Neural scene representation and rendering

https://deepmind.com/blog/neural-scene-representation-and-rendering/

Current training progress:

Shepard-Matzler 64x64

shepard_matzler

https://gfycat.com/ForthrightBrokenCanadagoose

shepard_matzler

https://gfycat.com/MajorSeriousKittiwake

shepard_matzler

https://gfycat.com/PartialYellowishFritillarybutterfly

shepard_matzler_predictions_6 shepard_matzler_predictions_7 shepard_matzler_predictions_9

Requirements

  • Python 3
  • Chainer 4+ pip3 install chainer

Network Architecture

gqn_conv_draw

gqn_representation

Dataset

deepmind/gqn-datasets

Datasets used to train GQN in the paper are available to download.

https://github.com/deepmind/gqn-datasets

You need to convert .tfrecord files to NumPy .npy format before starting training.

https://github.com/musyoku/gqn-datasets-translator

gqn-dataset-renderer

I am working on a ray tracer for rendering GQN dataset.

https://github.com/musyoku/gqn-dataset-renderer

  • Shepard-Matzler

shepard_matzler

  • Rooms

anim

  • MNIST Dice

mnist_dice

About

Neural scene representation and rendering (GQN)

License:MIT License


Languages

Language:Python 100.0%