深度图补全
介绍https://mp.weixin.qq.com/s/oyw0t5PiMuWKtiYaZZJzeA
项目地址http://deepcompletion.cs.princeton.edu/
开源代码地址https://github.com/yindaz/DeepCompletionRelease
实时的同时三维重建和光流估计(WACV)
Real-Time Simultaneous 3D Reconstruction and Optical Flow Estimation
介绍https://mp.weixin.qq.com/s/A2Ki9ERNV-QsWe3ut1Uo4Q
基于点和体积融合的动态场景实时三维重建
A Maximum Likelihood Approach to Extract Polylines from 2-D Laser Range Scans(2018IROS)
介绍https://mp.weixin.qq.com/s/YPejuWnrLrREAvnKFNNxvg
3D Recurrent Reconstruction Neural Network
本文设计了一个3D神经网络架构以深度学习为思想实现了物体的三维重建。
介绍https://mp.weixin.qq.com/s/Dh16l1skpI8XXq0JxbjGNw
开源代码实现https://github.com/chrischoy/3D-R2N2
数据集
用于评估视觉惯性里程计的TUM VI数据集
The TUM VI Benchmark for Evaluating Visual-Inertial Odometry(IROS 2018)
介绍https://mp.weixin.qq.com/s/kwijcRfufIdESF64fzZ3nw
Matterport3D数据集 Matterport3D is a pretty awesome dataset for RGB-D machine learning tasks
介绍https://blog.youkuaiyun.com/cicibabe/article/details/78078513
GitHub地址https://github.com/niessner/Matterport
ScanNet
ScanNet是一个RGB-D视频数据集,包含超过1500次扫描中的250万个视图,带有3D相机姿势,表面重建和实例级语义分段的注释。
GitHub地址https://github.com/ScanNet/ScanNet
知乎 相关三维重建https://www.zhihu.com/question/53565660?utm_source=wechat_search&utm_medium=organic
相关网站
我们也提供一些相关的网站,这些网站是一些比较著名的开源系统。
MVE: https://www.gcc.tu-darmstadt.de/home/proj/mve/index.en.jsp
Bundler: http://www.cs.cornell.edu/~snavely/bundler/
VisualSFM: http://ccwu.me/vsfm/
OpenMVG: https://openmvg.readthedocs.io/en/latest/software/SfM/SfM/
ColMap: https://demuc.de/colmap/
相关的开源代码
https://github.com/colmap/colmap
colmap应该是目前state-of-art的增量式SFM方案,可以方便的对一系列二维图片进行三维重建
不用对摄像机进行标定,只需要从不同角度对重建场景或物体进行拍摄得到一系列图像作为输入 使用colmap进行稠密重建
https://github.com/simonfuhrmann/mve