MVSNet
MVSNet copied to clipboard
MVSNet (ECCV2018) & R-MVSNet (CVPR2019)
Hello everyone, I'm trying to use MVSNet on COLMAP results. I faced some issues when I tried to run `python colmap2mvsnet.py --dense_folder `. I wanted to share with you how...
Regarding the point cloud fused by DepthFusion, there is no color in the points of reconstruction when opened by MeshLab, only the most basic gray, is it a problem of...
hi, thank you for your work. when i run the code:python train.py --regularization '3DCNNs',i meet the question: Training MVSNet with 3 views sample number: 27097 2D UNet with 32 channel...
Hello, I try to train MVSNet with BlendedMVS. I just can't make it work with a very simple setup: - No modification to the code - `python2 train.py --train_blendedmvs --blendedmvs_data_root...
 After using cmake I get this result, no executable file, is there a problem somewhere?
run teain.py then UnboundLocalError: local variable 'sample_list' referenced before assignment
Hi,sir We have done experiments with colmap, it seems that your mvsnet method is not 100 times faster than it. May I ask the efficiency of the comparison in your...
Hi.Yaoyao.Thank you very much for your work,Could you tell me some ways? I have a Realsense camera here.
@YoYo000 First,Thank you for your wonderful sharing. I want to make my own datasets like dtu for my application,but I encounter some problems. 1、How to achieve the Binary Image in...
Hi, Thanks for sharing the code. I am recently trying to train the R-MVSNet on a subset of ScanNet dataset. I first run the colmap and then using the provided...