GAN2Shape - Create 3D Shape with 2D GANs
In this blog post, we discuss the key points of the paper “Do 2D GANs Know 3D Shape? Unsupervised 3D Shape Reconstruction from 2D Image GANs” (GAN2Shape) by Pan et al. We will discuss both the theory and code (in the author's GitHub repository and use a demo Colab notebook to show how GAN2Shape is able to transform 2D images to 3D images in multiple view images format. We gave a brief introduction to 3D deep learning, GANs, StyleGAN2, and Unsup3D . Then we discussed in detail the key steps of GAN2Shape: how to transform a 2D image into 3D shapes, by using Unsup3D and StyleGAN2D. We demonstrated the training process with a Colab notebook to show the input image and the generated 3D images.
Code (0)
등록된 구현이 없습니다.
Tasks
3D Shape ReconstructionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
BOSS: Bones, Organs and Skin Shape Model
Objective: A digital twin of a patient can be a valuable tool for enhancing clinical tasks such as workflow automation, patient-specific X-ray dose optimization, markerless tracking, positioning, and navigation assistanc…
modelpyssam -- a Python library for statistical modelling of biomedical shape and appearance
pyssam is a Python library for creating statistical shape and appearance models (SSAMs) for biological (and other) shapes such as bones, lungs or other organs. A point cloud best describing the anatomical 'landmarks' of …
Image SegmentationMedical Image SegmentationSemantic SegmentationOrgan-specific Branching Morphogenesis
A common developmental process, called branching morphogenesis, generates the epithelial trees in a variety of organs, including the lungs, kidneys, and glands. How branching morphogenesis can create epithelial architect…
PositionInteractive 3D Modeling with a Generative Adversarial Network
This paper proposes the idea of using a generative adversarial network (GAN) to assist a novice user in designing real-world shapes with a simple interface. The user edits a voxel grid with a painting interface (like Min…
Generative Adversarial NetworkMinecraftEvaluating the distribution learning capabilities of GANs
We evaluate the distribution learning capabilities of generative adversarial networks by testing them on synthetic datasets. The datasets include common distributions of points in $R^n$ space and images containing polygo…