nerfplusplus icon indicating copy to clipboard operation
nerfplusplus copied to clipboard

improves over nerf in 360 capture of unbounded scenes

Results 27 nerfplusplus issues
Sort by recently updated
recently updated
newest added

I ran colmap and using the instructions in readme and I get a directory structure as below, ```BASH $ tree -d -L 6 bash: warning: setlocale: LC_ALL: cannot change locale...

Hi, I am having trouble working with the camera geometries generated by the run_colmap.py function, and thus have not generated any usable model for nerfplusplus so far. I have downloaded...

I want to extract data from NeRF++ by type the command "python extract_grid_nerf++.py --config configs/tanks_and_temples/tat_training_truck.txt" on the nerfplusplus file to create .ply file. However, the error was occurred by the...

I wonder that nerf++ can be used on LLFF dataset?

Hi there, I downloaded the pre-processed data and pre-trained weights from T&T, rendered the test set for each scene, stored the PSNR outputs for each frame and calculated the average...

Hello, this is my first encounter with NERF and I would like to ask a simple question. Can I use only one of my own images, scenes, or only a...

During rendering, is the camera position which is the ray_o must within the unit sphere? What if we want to render beyond the sphere? ![image](https://user-images.githubusercontent.com/47680024/206121385-94aeb8e9-5a5c-4356-b965-ef3f47109f4d.png)

Thank you so much for your nice work! May I ask why the cuda memory allocation is not equal? I think is the gather function when we render single image...

Hi! Thanks for the elaborate analysis and informative experiments! Noticed that you conducted an experiment where the geometry (opacity field) of NeRF is fixed (or initialized). Could you please also...

Running on custom dataset gives me zero division error idx = what_val_to_log % len(val_ray_samplers) ZeroDivisionError: integer division or modulo by zero