RC-MVSNet
RC-MVSNet copied to clipboard
[ECCV 2022] RC-MVSNet: Unsupervised Multi-View Stereo with Neural Rendering
RuntimeError: NCCL error in: /opt/conda/conda-bld/pytorch_1639180594101/work/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp:957, invalid usage, NCCL version 21.0.3
Hello, author. Excuse me for interrupting. I would like to ask: How can I disable the distributed mode of RC-MVSNet and train it on a single GPU? Thank you.
Hi, I have reproduced the "tanksandtemples" .ply files according to the definition (without changing any parameter) on the main page of the RC-MVSNet. But unfortunately, I could not get meaningful...
When i take train batch_size to 4 ,it report that File "H:\jintan\RC-MVSNET + SE\models\render_utils.py", line 100, in get_rays_mvs dirs = torch.stack([(xs-intrinsic[0,2])/intrinsic[0,0], (ys-intrinsic[1,2])/intrinsic[1,1], torch.ones_like(xs)], -1) # use 1 instead of -1,how...
Do you have the code of jdcas TT dataset? I contacted the other party but said that I had communicated with the author, and I also encountered similar questions that...
Thank you for your hard work. I would like to use your algorithm and my own data for object reconstruction. After carefully reading Readme, I did not find any relevant...
Thanks for the excellent work! Here I have a question regarding the neural rendering network. As suggested in the paper, the RGB render loss of reference image boosts the depth...
Author,I want some usefull advices to solve my problem with my the gpu memory lackage except set batch size to 1(I already done).It is OK if the change downgrade the...
hello. First of all, thank you for sharing this great research. 1. However, the **Neural_Volume_Net** that I define in **line 736 of my render_models.py file** is the code to aggregate...
Hi, Thank you very much for sharing code! I have a question about your implementation ```def inverse_warping```. Are ```R_left``` and ```t_left``` camera to world transformation?