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.
Hello, thanks for your great work I wonder when applying mvsnerf on other types of data ( faces, bodys, for example ), what should i do with the extrinsic and...
Dear author, If I want to use less than 3 images(included) to reconstruct complicated mesh, such as human full body with clothes, which method could do a better job now?...
https://github.com/apchenstu/mvsnerf/blob/1fdf6487389d0872dade614b3cea61f7b099406e/train_mvs_nerf_pl.py#L45
Hi there, Thank you for the great work! When I try to follow your code, I have a question on the **raw2alpha** function at https://github.com/apchenstu/mvsnerf/blob/main/renderer.py#L18, which describes the process of...
Hi! Thanks for open sourcing the code of your wonderful work! I have some questions about the position input `x` of the NeRF MLP. If I get it right, `x`...
Thank you for sharing wonderful research. Could you give a instruction that train the non per scene optimization mvsnerf ?
Hello, I'm trying to reproduce your MVSNeRF on my own dataset. I've noticed that sometimes the data dimension requirements are [B, V, C, H, W], such as in the preprocess...