All Projects → Yang7879 → 3d Recgan Extended

Yang7879 / 3d Recgan Extended

Licence: mit
🔥3D-RecGAN++ in Tensorflow (TPAMI 2018)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 3d Recgan Extended

3d Recgan
🔥3D-RecGAN in Tensorflow (ICCV Workshops 2017)
Stars: ✭ 116 (+18.37%)
Mutual labels:  3d-reconstruction, generative-adversarial-network, gans
Anycost Gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Stars: ✭ 367 (+274.49%)
Mutual labels:  generative-adversarial-network, gans
Doppelganger
[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
Stars: ✭ 97 (-1.02%)
Mutual labels:  generative-adversarial-network, gans
Tagan
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language", NeurIPS 2018
Stars: ✭ 97 (-1.02%)
Mutual labels:  generative-adversarial-network, gans
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+3062.24%)
Mutual labels:  generative-adversarial-network, gans
Sdv
Synthetic Data Generation for tabular, relational and time series data.
Stars: ✭ 360 (+267.35%)
Mutual labels:  generative-adversarial-network, gans
Bicyclegan
Toward Multimodal Image-to-Image Translation
Stars: ✭ 1,215 (+1139.8%)
Mutual labels:  generative-adversarial-network, gans
skip-thought-gan
Generating Text through Adversarial Training(GAN) using Skip-Thought Vectors
Stars: ✭ 44 (-55.1%)
Mutual labels:  generative-adversarial-network, gans
Data Efficient Gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
Stars: ✭ 682 (+595.92%)
Mutual labels:  generative-adversarial-network, gans
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+663.27%)
Mutual labels:  generative-adversarial-network, gans
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+738.78%)
Mutual labels:  generative-adversarial-network, gans
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+181.63%)
Mutual labels:  generative-adversarial-network, gans
DLSS
Deep Learning Super Sampling with Deep Convolutional Generative Adversarial Networks.
Stars: ✭ 88 (-10.2%)
Mutual labels:  generative-adversarial-network, gans
Selectiongan
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
Stars: ✭ 366 (+273.47%)
Mutual labels:  generative-adversarial-network, gans
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-78.57%)
Mutual labels:  generative-adversarial-network, gans
Fast Srgan
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
Stars: ✭ 417 (+325.51%)
Mutual labels:  generative-adversarial-network, gans
Co Mod Gan
[ICLR 2021, Spotlight] Large Scale Image Completion via Co-Modulated Generative Adversarial Networks
Stars: ✭ 46 (-53.06%)
Mutual labels:  generative-adversarial-network, gans
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (-75.51%)
Mutual labels:  generative-adversarial-network, gans
gans-collection.torch
Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)
Stars: ✭ 53 (-45.92%)
Mutual labels:  generative-adversarial-network, gans
Von
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
Stars: ✭ 497 (+407.14%)
Mutual labels:  generative-adversarial-network, gans

Dense 3D Object Reconstruction from a Single Depth View

Bo Yang, Stefano Rosa, Andrew Markham, Niki Trigoni, Hongkai Wen. TPAMI, 2018.

(1) Architecture

Arch_Image

(2) Sample Results

Teaser_Image

(3) Data

Part 1: {ShapeNetCore.v2: bench, chair, couch, table}, 20G

https://drive.google.com/open?id=1rmOggF0ivB42KozMX3sQGD1CkZNOGCmM

Part 2: {ShapeNetCore.v2: airplane, car, monitor, faucet, guitar, gun}, 9.3G

https://drive.google.com/open?id=1zLQd68O73ZiwZ8S8qsLwwGYDcC5PiEdG

Real Dataset: {Kinect: bench, chair, couch, table}

https://drive.google.com/open?id=1wTE721q0r66Z6yyN68O1Tz4Bg5-aYnq3

(4) Released Model

Trained on {bench, chair, couch, table}, 2G

https://drive.google.com/open?id=1IzwZLgRhzd6GVofzdjBZTblxMPH7NuxP

All data and the trained model are also avaliable at Baidu Pan:

https://pan.baidu.com/s/1FQXo_XQX4flDrE_jwElCCw 提取码: cam7

(5) Requirements

python 2.7.6

tensorflow 1.2.0

numpy 1.13.3

scipy 0.19.0

matplotlib 2.0.2

skimage 0.13.0

(6) Run

Training

python main_3D-RecGAN++.py

Test Demo (Download released model first)

python demo_3D-RecGAN++.py

(7) Citation

If you use the paper, code or data for your research, please cite:

@inProceedings{Yang18,
  title={Dense 3D Object Reconstruction from a Single Depth View},
  author = {Bo Yang
  and Stefano Rosa
  and Andrew Markham
  and Niki Trigoni
  and Hongkai Wen},
  booktitle={TPAMI},
  year={2018}
}
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].