PointMVSNet icon indicating copy to clipboard operation
PointMVSNet copied to clipboard

Code for "Point-based Multi-view Stereo Network" (ICCV 2019 Oral) & "Visibility-aware Point-based Multi-view Stereo Network" (TPAMI)

Results 19 PointMVSNet issues
Sort by recently updated
recently updated
newest added

![屏幕截图 2022-05-28 114132](https://user-images.githubusercontent.com/95460246/170808551-5597920d-9f11-4abb-9518-dcb6677b57e4.jpg) It used scan4 after it has used scan1. And finally it only used part of the testset, nearly 20 scan folders of the whole testset. How can...

fastmvsnet.utils.checkpoint INFO: Loading checkpoint from /home/camellia/fastMVSNet-master/outputs/pretrained.pth Traceback (most recent call last): File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 141, in main() File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 137, in main test(cfg, output_dir, isCPU=isCPU) File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 98,...

I am trying this framework on Ubuntu 18.04 and following the instructions provided. When I was compiling the cuda extension I was getting "TH_INDEX_BASE" is undefined. I manually defined it...

csrc/gather_knn_kernel.cu(84): error: identifier "TH_INDEX_BASE" is undefined

Hi, thank you for your excellent code. Maybe there is a problem in the forward function of Deconv2d, not causing problems in corrent code. https://github.com/callmeray/PointMVSNet/blob/cacb2d719bac4f8ed63f9cdd9d6e91b01c991077/pointmvsnet/nn/conv.py#L158-L167 The Line 164 assign self.bn(y)...

Hi, thank you for your excellent work. I have a question about MAELoss. https://github.com/callmeray/PointMVSNet/blob/cacb2d719bac4f8ed63f9cdd9d6e91b01c991077/pointmvsnet/networks.py#L170-L181 As above codes show, the Line 179 takes the sum of the average loss of each...

Hi! I want to run the test code with a CPU and now there is no error appears during the test. But I found the depth outputs (flow1,2,3) are too...

@callmeray **I have met some problem in testing ,I dont know whether you have met the problem** 2019-12-11 13:51:42,269 pointmvsnet.utils.checkpoint INFO: Loading checkpoint from outputs/dtu_wde3/model_pretrained.pth flow: 0 /home/smartcity/yechunkai3.6/lib/python3.6/site-packages/torch/nn/functional.py:2423: UserWarning: Default...