From 01641f9c41deb1f8931a9453ed40d3a177309e71 Mon Sep 17 00:00:00 2001 From: art-programmer Date: Tue, 10 Apr 2018 15:50:58 -0500 Subject: [PATCH] Add PlaneNet (2018 CVPR) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5351f5b..25209de 100644 --- a/README.md +++ b/README.md @@ -644,3 +644,6 @@ _Deep Learning Methods_ 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)

+ +PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image (2018 CVPR) [[Paper]](http://art-programmer.github.io/planenet/paper.pdf) [[Code]](http://art-programmer.github.io/planenet.html) +