multinerf
multinerf copied to clipboard
A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
When I run this code, I got the following errors: "scripts/local_colmap_and_resize.sh: line 29: colmap: command not found scripts/local_colmap_and_resize.sh: line 39: colmap: command not found scripts/local_colmap_and_resize.sh: line 58: colmap: command not...
I'm getting errors when running local_colmap_and_resize.sh Something with xargs: mogrify Do I need to install xargs/mogrify? (multinerf) C:\Users*****\OneDrive\Skrivebord\multinerf-main>bash scripts/local_colmap_and_resize.sh C:/Users/*****/OneDrive/Skrivebord/multinerf-main/dataset scripts/local_colmap_and_resize.sh: line 29: colmap: command not found scripts/local_colmap_and_resize.sh: line 39:...
Hi, Thanks for your great work, I do not understand this: ``` def compute_alpha_weights(density, tdist, dirs, opaque_background=False): t_delta = tdist[..., 1:] - tdist[..., :-1] delta = t_delta * jnp.linalg.norm(dirs[..., None,...
Thank you for your work. I am a beginner in nerf . I want to use my own data set to reproduce the results of Mip-NeRF 360 . As shown...
Nerfstudio allows for external implementations of models. It would be great if there was a version of these models compatible with nerf-studio, similar to [what Tetra-Nerf](https://github.com/jkulhanek/tetra-nerf/tree/master/tetranerf/nerfstudio) has done.
Thanks for the great work and the repository. When I use the mask data (the background becomes transparent), the model can't learn anything under 360.gin configuration. How can I modify...
Hi Thanks for amazing project! Also the new inspiring work: Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields! I wonder whether the code for the new work zip-nerf be released? Bests.
I originally put precisely what was wrong here.
I appreciate to your awesome work! I have tried to train the lego scene(blender) with `blender_512.gin` file. I render and eval following the included scripts, but I have questions about...