pix2vox
[Demonstration video]
Sketch-Based 3D Exploration with Stacked Generative Adversarial Networks.
Generated samples
Single-category generation
Multi-category generation
Requirements
The following python packages are required for running the application. If you are using anaconda, you can easily install VTK5 and PyQt4 (or they may already be installed).
-
TensorFlow (GPU support is recommended).
$ conda install -c anaconda vtk=5.10.1
$ conda install -c anaconda pyqt=4.11.4
$ pip install qdarkstyle
Getting started
- Install the python packages above
- Install Git LSF (You need Git LSF to download trained model file)
- Download the code from GitHub:
$ git lsf clone https://github.com/maxorange/pix2vox.git
$ cd pix2vox
- Run the code:
$ python application.py