From 9769d63e5d931cb27b573b2d4490a6ee17a5e7d9 Mon Sep 17 00:00:00 2001 From: "Yuxuan (Tim) Zhang" Date: Sat, 4 Jul 2020 22:02:00 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2c6dfd..0d6bda1 100644 --- a/README.md +++ b/README.md @@ -1003,9 +1003,7 @@ with Per-Pixel Ground Truth using Stochastic Grammars (2018) [[Paper]](https -## Scene Understanding - -A more detailed repository for scene understanding resources [[Link]](https://github.com/bertjiazheng/awesome-scene-understanding) +## Scene Understanding (Another more detailed [[repository]](https://github.com/bertjiazheng/awesome-scene-understanding)) Recovering the Spatial Layout of Cluttered Rooms (2009) [[Paper]](http://dhoiem.cs.illinois.edu/publications/iccv2009_hedau_indoor.pdf)

@@ -1078,3 +1076,7 @@ with Per-Pixel Ground Truth using Stochastic Grammars (2018) [[Paper]](https 3D-Aware Scene Manipulation via Inverse Graphics (NeurIPS 2018) [[Paper]](http://3dsdn.csail.mit.edu/) [[Code]](https://github.com/svip-lab/PlanarReconstruction)

:gem: 3D Scene Reconstruction with Multi-layer Depth and Epipolar Transformers (ICCV 2019) [[Paper]](https://research.dshin.org/iccv19/multi-layer-depth/)


+ +PerspectiveNet: 3D Object Detection from a Single RGB Image via Perspective Points (NIPS 2019) [[Paper]](https://papers.nips.cc/paper/9093-perspectivenet-3d-object-detection-from-a-single-rgb-image-via-perspective-points.pdf)

+ +Holistic++ Scene Understanding: Single-view 3D Holistic Scene Parsing and Human Pose Estimation with Human-Object Interaction and Physical Commonsense (ICCV 2019) [[Paper & Code]](https://github.com/yixchen/holistic_scene_human)