multinerf
multinerf copied to clipboard
A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Thank you very much for your kind work. I use “ bash scripts/local_colmap_and_resize.sh /multinerf-main/data/Lego” but I encountered this problem “ mogrify: no decode delegate for this image format `' @...
Thank you for your brilliant work! I have the following issues. Q1: when running the following commands, it occupies the entire GPU, even with a small batch_size. During the evaluation...
@Sarasra Thank you for your support and contribution. I have been conducting experiments with RobustNeRF loss on the Android and Statue scenes, including images with transient objects. Regrettably, I've encountered...
Thank you for the great work. Could you please specify at what resolution the results from the real capture dataset in the Ref-NeRF paper were measured? I trained using the...
I want to use the `*.blend` file to create my own dataset. But when I use the bpy lib to read it, there is something wrong with it. The error...
I was running RawNeRF with the latest Jax 0.4.18 but encountered the error message below after training ~300 iterations: > INTERNAL: Failed to execute XLA Runtime executable: run time error:...
Hi, Thanks for the code release and inspiring work. I have a question about the shiny blender dataset in the Ref-Nerf paper, what would be the proper way to get...
How the shiny blender dataset is created in blender from this [blend files](https://dorverbin.github.io/refnerf/data/shiny_blender_source.zip) ??
I created a blender dataset like shinyblender dataset but without normals and depths. Sample image look like this, Trained this scene with refnerf using blender_refnerf.gin, but with Config.compute_normal_metrics = False...
