mvsnerf
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.
3D mesh!
Hi, I was wondering about the author's opinion! what would be the best way to obtain the 3D meshes at inference time (not finetuned or finetuned)?
Thank you for your great work! When I tried to train the network using DTU dataset, there was a CUDA error during the train process. Could you please tell me...
Hi, thank you for sharing the cool work. I am wondering how to generate the pairs.th file in the configs folder.
I noticed in https://github.com/apchenstu/mvsnerf/blob/1fdf6487389d0872dade614b3cea61f7b099406e/train_mvs_nerf_finetuning_pl.py#L66 the mvs model loaded volume feature during finetuning, but volume feature tend to be scene-dependent so it should not be loaded. And actually pre-trained checkpint mvsnerf-v0.tar...
No matter what GPU I use, I always report an error: File "/data/mvsnerf/models.py", line 881, in build_volume_costvar_img volume_sq_sum = volume_sq_sum + warped_volume ** 2 RuntimeError: CUDA out of memory. Tried...
Hi, thanks for releasing your work. I got a weird runtime error when trying to re-train on the Blender dataset. I used the following command: ``` python train_mvs_nerf_pl.py --expname mvsnerf_lego_test...
Hi, thanks for releasing your work! I have some problems when fine-tuning on LLFF and my own dataset. 1. I wonder why you set **spheric_poses=True** for LLFF? Besides, when I...
I've been having many times this error, which appears randomly while finetuning: ``` [W python_anomaly_mode.cpp:104] Warning: Error detected in PowBackward0. Traceback of forward call that caused the error: File "train_mvs_nerf_finetuning_pl.py",...
Excuse me, can the nerf series train multi-category images? Determine how generalizable he is?