Implicit-Decoder part 1— 3D Reconstruction
3D reconstruction from single image using deep learning
Published in
3 min readOct 23, 2019
--
An encoding-decoding type of neural network to encode the 3D structure of a shape from a 2D image and then decode this structure and reconstruct the 3D shape. This is the highest quality 3D reconstruction from 1 image research I have seen yet.
Some details
- Input image: 128X128 pixels
- Transparent image background
- Training and generation is done based on…