nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.

Results 78 nerf-pytorch issues
Sort by recently updated
recently updated
newest added

"Incorrect initialization of camera intrinsic parameters: K. The aspect ratio of the image should be 1 instead of 0. ![~A(OW%THX8}}R2O212TCNJX](https://github.com/yenchenlin/nerf-pytorch/assets/127416316/889709ad-e620-4b81-8534-edfbf4c44cd3) ![X1A~@SQAP5K22XPQRZQS`M0](https://github.com/yenchenlin/nerf-pytorch/assets/127416316/c048e37a-b9f7-43d8-929a-36e42236ec27)

version `GLIBCXX_3.4.29' not found (required by /home/lys/anaconda3/envs/nerf/lib/python3.7/site-packages/matplotlib/_path.cpython-37m-x86_64-linux-gnu.so)

In the transformation json file, I have the following queries: 1. Is "camera_angle_x" the angle at which the optical center of the camera is looking at the surface? 2. What...

I want to observe the effect on my own computer, and I downloaded the logo from pre train. However, I encountered a bug while running the sentence "run nerf. py...

many thanks for your great work! I read the [code](https://github.com/yenchenlin/nerf-pytorch/blob/a15fd7cb363e93f933012fd1f1ad5395302f63a4/run_nerf_helpers.py#L157) ,have some questions, What does this line of code mean?

Hello: I have a little promble: In get_rays( )(nerf_helper.py), you first use ```torch.meshgrid``` to create a gird, and then transpose it. But in run_nerf.py you create the coordinates with the...

Hi, thank you for sharing a good codebase. In https://github.com/yenchenlin/nerf-pytorch/blob/a15fd7cb363e93f933012fd1f1ad5395302f63a4/run_nerf_helpers.py#L159 you are using an unnormalized "rays_d" Shouldn't this be normalized so that it indicates a direction vector? Thanks in advance.