From 5c83e9a543b98b858b5773849e2ef30801ffc84a Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Sun, 30 Jun 2019 15:31:33 +0200 Subject: [PATCH 1/2] Add 3D-SIS & Scan2CAD & Scan2Mesh & 3D-SIC --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 70f90c2..646f329 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,9 @@ Parsing of Large-scale 3D Point Clouds (2017) [[Paper]](https://arxiv.org/pd :game_die: SpiderCNN (2018) [[Paper]](https://github.com/xyf513/SpiderCNN)[[Code]](https://github.com/xyf513/SpiderCNN)

+:space_invader: 3D-SIS: 3D Semantic Instance Segmentation of RGB-D Scans (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1812.07003.pdf)[[Code]](https://github.com/Sekunde/3D-SIS) +

+ ## 3D Model Synthesis/Reconstruction @@ -894,6 +897,18 @@ with Per-Pixel Ground Truth using Stochastic Grammars (2018) [[Paper]](https SEETHROUGH: Finding Objects in Heavily Occluded Indoor Scene Images (2018) [[Paper]](http://www.vovakim.com/papers/18_3DVOral_SeeThrough.pdf)

+:space_invader: Scan2CAD: Learning CAD Model Alignment in RGB-D Scans (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1811.11187.pdf) [[Code]] (https://github.com/skanti/Scan2CAD) +

+ +:gem: Scan2Mesh: From Unstructured Range Scans to 3D Meshes (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1811.10464.pdf) +

+ +:space_invader: 3D-SIC: 3D Semantic Instance Completion for RGB-D Scans (arXiv 2019) [[Paper]](https://arxiv.org/pdf/1904.12012.pdf) +

+ +:space_invader: End-to-End CAD Model Retrieval and 9DoF Alignment in 3D Scans (arXiv 2019) [[Paper]](https://arxiv.org/abs/1906.04201) +

+
## Scene Understanding From 92f52a8df80d0abab94708ddd308fdee4cb5d26a Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Sun, 30 Jun 2019 15:34:49 +0200 Subject: [PATCH 2/2] Fix code link to Scan2CAD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 646f329..54552f5 100644 --- a/README.md +++ b/README.md @@ -897,7 +897,7 @@ with Per-Pixel Ground Truth using Stochastic Grammars (2018) [[Paper]](https SEETHROUGH: Finding Objects in Heavily Occluded Indoor Scene Images (2018) [[Paper]](http://www.vovakim.com/papers/18_3DVOral_SeeThrough.pdf)

-:space_invader: Scan2CAD: Learning CAD Model Alignment in RGB-D Scans (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1811.11187.pdf) [[Code]] (https://github.com/skanti/Scan2CAD) +:space_invader: Scan2CAD: Learning CAD Model Alignment in RGB-D Scans (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1811.11187.pdf) [[Code]](https://github.com/skanti/Scan2CAD)

:gem: Scan2Mesh: From Unstructured Range Scans to 3D Meshes (CVPR 2019) [[Paper]](https://arxiv.org/pdf/1811.10464.pdf)