All Projects → maxorange → Pix2vox

maxorange / Pix2vox

Licence: gpl-3.0
Sketch-Based 3D Exploration with Stacked Generative Adversarial Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pix2vox

Freezed
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Stars: ✭ 195 (-5.34%)
Mutual labels:  gan
Voxel
Voxel design tool built on top of css transformations
Stars: ✭ 199 (-3.4%)
Mutual labels:  voxel
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (-1.94%)
Mutual labels:  gan
Paddy Sketch Plugin
Automated padding, spacing and alignment for your Sketch layers
Stars: ✭ 2,219 (+977.18%)
Mutual labels:  sketch
Sn Gan
pyTorch implementation of Spectral Normalization for Generative Adversarial Networks
Stars: ✭ 198 (-3.88%)
Mutual labels:  gan
Mman
( ECCV2018 ) Macro-Micro Adversarial Network for Human Parsing
Stars: ✭ 200 (-2.91%)
Mutual labels:  gan
Gan Mnist
Generative Adversarial Network for MNIST with tensorflow
Stars: ✭ 193 (-6.31%)
Mutual labels:  gan
Singan
Pytorch implementation of "SinGAN: Learning a Generative Model from a Single Natural Image"
Stars: ✭ 204 (-0.97%)
Mutual labels:  gan
Chunkstories
Somewhat fancy blocky game engine written in Kotlin
Stars: ✭ 199 (-3.4%)
Mutual labels:  voxel
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-1.94%)
Mutual labels:  gan
Munit
Multimodal Unsupervised Image-to-Image Translation
Stars: ✭ 2,404 (+1066.99%)
Mutual labels:  gan
Picasso
一款sketch生成代码插件,可将sketch设计稿自动解析成前端代码。
Stars: ✭ 191 (-7.28%)
Mutual labels:  sketch
Copy Framer Code
A Sketch plugin that copies any selected layer to the clipboard as code that can be pasted straight into a Framer prototype.
Stars: ✭ 201 (-2.43%)
Mutual labels:  sketch
Arbitrary Text To Image Papers
A collection of arbitrary text to image papers with code (constantly updating)
Stars: ✭ 196 (-4.85%)
Mutual labels:  gan
Triple Gan
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Stars: ✭ 203 (-1.46%)
Mutual labels:  gan
Faceswap pytorch
Deep fake ready to train on any 2 pair dataset with higher resolution
Stars: ✭ 194 (-5.83%)
Mutual labels:  gan
Sketch Palettes
A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills.
Stars: ✭ 2,267 (+1000.49%)
Mutual labels:  sketch
Android res export
Export Android resources in Sketch, bitmap assets, nine-patch, vector drawable, app icon, shape XML..
Stars: ✭ 204 (-0.97%)
Mutual labels:  sketch
Papers
Summaries of machine learning papers
Stars: ✭ 2,362 (+1046.6%)
Mutual labels:  gan
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (-2.43%)
Mutual labels:  gan

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).

$ conda install -c anaconda vtk=5.10.1
$ conda install -c anaconda pyqt=4.11.4
$ pip install qdarkstyle

Getting started

  1. Install the python packages above
  2. Install Git LSF (You need Git LSF to download trained model file)
  3. Download the code from GitHub:
$ git lsf clone https://github.com/maxorange/pix2vox.git
$ cd pix2vox
  1. Run the code:
$ python application.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].