diff --git a/README.md b/README.md index be41e33..e478dab 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,9 @@ _Deep Learning Methods_ :pill: GRASS: Generative Recursive Autoencoders for Shape Structures (SIGGRAPH 2017) [[Paper]](http://kevinkaixu.net/projects/grass.html) [[Code]](https://github.com/junli-lj/grass) [[code]](https://github.com/kevin-kaixu/grass_pytorch)

+:pill: 3D-PRNN: Generating Shape Primitives with Recurrent Neural Networks (2017) [[Paper]](https://arxiv.org/pdf/1708.01648.pdf)[[code]](https://github.com/zouchuhang/3D-PRNN) +

+ :gem: Mesh-based Autoencoders for Localized Deformation Component Analysis (2017) [[Paper]](https://arxiv.org/pdf/1709.04304.pdf)

@@ -618,3 +621,6 @@ _Deep Learning Methods_ Factoring Shape, Pose, and Layout from the 2D Image of a 3D Scene (2018 CVPR) [[Paper]](http://sscnet.cs.princeton.edu/) [[Code]](https://shubhtuls.github.io/factored3d/)

+ +LayoutNet: Reconstructing the 3D Room Layout from a Single RGB Image (2018 CVPR) [[Paper]](https://arxiv.org/pdf/1803.08999.pdf) [[Code]](https://github.com/zouchuhang/LayoutNet) +