Skip to content
/ 3D_GAN Public

3D Voxel Interpolation using Generative Adverserial Neural Networks

Notifications You must be signed in to change notification settings

anon767/3D_GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple 3D GAN to demonstrate interpolation

What

This jupyter notebook provides a sample interpolation using the GAN from https://github.com/rp2707/coms4995-project

It trains on the Shapenet dataset particularly two models, a chair and a airplane (~17600 3D volumetric objects). Goal is to interpolate between two noises, one giving a artificially generated chair and another one giving a airplane.

The interesting part is the vector algebra you could use to create mixtures of Objects like: Chair/2 + Airplane/2 = mix of both

How

Requirements:

  • Python >= 3.
  • Tensorflow
  • Scipy
  • Jupyter notebook
  • numpy
  • Matplotlib

the shellscript downloads the pretrained models (no training needed) and the 3dshapenet data. After downloading you can check the jupyter notebook

Literature

About

3D Voxel Interpolation using Generative Adverserial Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published