Skip to content
forked from doubleZ0108/MVS

Multi-View Stereo based on deep learning. | Learning notes, codes and more

Notifications You must be signed in to change notification settings

TOPthemaster/MVS

 
 

Repository files navigation

MVS

Multi-View Stereo based on deep learning

📃论文列表

MVS系列核心创新点 & 缺陷

简称/笔记 论文题目 出处(年份) 原文
代码
推荐值
1 MVSNet MVSNet: Depth Inference for Unstructured Multi-view Stereo ECCV 2018 paper
code
★★★★★
2 R-MVSNet Recurrent MVSNet for High-resolution Multi-view Stereo Depth Inference CVPR 2019 paper
code
★★★
3 Point-MVSNet Point-based multi-view stereo network ICCV 2019 oral paper
code
★★★★
4 P-MVSNet P-MVSNet: Learning Patch-wise Matching Confidence Aggregation for Multi-View Stereo ICCV 2019 paper
5 CVP-MVSNet Cost Volume Pyramid Based Depth Inference for Multi-View Stereo CVPR 2020 oral paper
code
★★★★★
6 RayNet RayNet: Learning Volumetric 3D Reconstruction with Ray Potentials CVPR 2018 oral paper
code
★★★☆
7 AttMVSNet Attention-Aware Multi-View Stereo CVPR 2020 paper ★☆
8 CasMVSNet Cascade Cost Volume for High-Resolution Multi-View Stereo and Stereo Matching CVPR 2020 oral paper
code
★★★★★
9 PatchmatchNet PatchmatchNet: Learned Multi-View Patchmatch Stereo CVPR 2021 oral paper
code
★★★☆
10 MVSCRF MVSCRF: Learning Multi-View Stereo With Conditional Random Fields ICCV 2019 paper ★★☆
11 PVA-MVSNet Pyramid Multi-view Stereo Net with Self-adaptive View Aggregation ECCV 2020 paper
code
★★★
12 FastMVSNet Fast-MVSNet: Sparse-to-Dense Multi-View Stereo With Learned Propagation and Gauss-Newton Refinement CVPR 2020 paper
code
★★☆
13 UCSNet Deep Stereo using Adaptive Thin Volume Representation with Uncertainty Awareness CVPR 2020 oral paper
code
★★★★☆
14 MVSNet++ MVSNet++: Learning Depth-Based Attention Pyramid Features for Multi-View Stereo TIP 2020 paper ★☆
15 SurfaceNet+ SurfaceNet+: An End-to-end 3D Neural Network for Very Sparse Multi-View Stereopsis TPAMI 2021 paper
code
★☆
16 Vis-MVSNet Visibility-aware Multi-view Stereo Network BMVC 2020 best paper paper
code
★★★★
17 PVSNet PVSNet: Pixelwise Visibility-Aware Multi-View Stereo Network. CVPR 2020 paper ★★★★☆
18 D2HC-RMVSNet Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking ECCV 2020 paper
code
★★★
19 BP-MVSNet BP-MVSNet: Belief-Propagation-Layers for Multi-View-Stereo 3DV 2020 paper ★☆
20 TransMVSNet TransMVSNet: Global Context-aware Multi-view Stereo Network with Transformers CVPR 2022 paper
code
★★★☆
21 GBi-Net Generalized Binary Search Network for Highly-Efficient Multi-View Stereo CVPR 2022 paper
code
★★★★★
22 IterMVS IterMVS: Iterative Probability Estimation for Efficient Multi-View Stereo CVPR 2022 paper
code
★★☆
23 CIDER Learning Inverse Depth Regression for Multi-View Stereo with Correlation Cost Volume CVPR 2019 paper
code
★★★
24 UniMVSNet Rethinking Depth Estimation for Multi-View Stereo: A Unified Representation and Focal Loss CVPR 2022 paper
code
★★★★
✒️基本概念

🔬项目/代码

  • fusibile深度图融合点云 fusibile env setup
  • DTU定量测试 DTU evaluation env setup
  • MVSNet MVSNet env setup MVSNet code doc
  • MVSNet_pl MVSNet_pl env setup MVSNet_pl code doc
  • PointMVSNet PointMVSNet env setup
  • CVP-MVSNet CVP-MVSNet env setup CVP-MVSNet code doc
  • CasMVSNet CasMVSNet code doc

About

Multi-View Stereo based on deep learning. | Learning notes, codes and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.1%
  • Jupyter Notebook 39.2%
  • C++ 11.0%
  • C 2.5%
  • MATLAB 2.1%
  • Shell 0.6%
  • Other 0.5%