mvsnerf icon indicating copy to clipboard operation
mvsnerf copied to clipboard

[ICCV 2021] Our work presents a novel neural rendering approach that can efficiently reconstruct geometric and neural radiance fields for view synthesis.

Results 67 mvsnerf issues
Sort by recently updated
recently updated
newest added

torch._C._jit_script_class_compile(qualified_name, ast, defaults, rcb) RuntimeError: Tried to access nonexistent attribute or method '__call__' of type '__torch__.kornia.geometry.boxes.Boxes3D'. Did you forget to initialize an attribute in __init__()?: File "miniconda3/envs/nex/lib/python3.8/site-packages/kornia/geometry/boxes.py", line 601 #...

Hello, thank you for releasing the code for this great research project! I ran the code and did the fine-tunning for the LLFF scenes and it seems that the results...

I think it requires local feature extraction step in the early step, so I should provide text rich data, if not, it fails to find a good pose during MVS...

Hi there, May I kindly ask you to add a `requirements.txt` or `environment.yml` (with the later being prefered)? I am trying to get your code working and am running into...

https://github.com/apchenstu/mvsnerf/blob/6e0111188ff92b13229482a95a2fb4eaddbc2971/train_mvs_nerf_pl.py#L182 There are BNs in MVSNet, which are implemented differently from training.

Hi, thanks for your great work. I am currently trying to reproduce the results posted on the paper and was wondering on what are the exact hyperparameters used such as...

Well, I want to know how to evaluate the no per-scene optimazation model on the DTU dataset. ![image](https://user-images.githubusercontent.com/33524143/143675099-e10535b8-ff94-4562-8ab2-fcfe0bea4234.png)

Hi, I am a bit confused about this line of code: https://github.com/apchenstu/mvsnerf/blob/6e0111188ff92b13229482a95a2fb4eaddbc2971/utils.py#L177 Is this intended to go through all the views except the reference view? Assuming that V is 3...

What is the training parameter for this model? ![image](https://user-images.githubusercontent.com/14837467/135503287-878dde1c-ac2b-40b5-8151-d496ef14a685.png)

Hi, I was looking through your code (thanks for distributing!) and I have a few questions about the implementation with respect the paper. In the paper you say that L2...