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

w

1 comment

你好,我训练好模型以后,希望得到一个类似点云的三维结构,可以在meshlab或者三维软件中查看,需要如何做

For context, I wanted to compare the performance of a nerf-pytorch model converted to Pytorch mobile with the latest implementation for mobile NERF with JAX https://github.com/google-research/jax3d/tree/main/jax3d/projects/mobilenerf

Hi, thanks for the project, I have a couple of questions regarding the lines below, if I understand correctly, `bds` stores the near and far bounds for each pose. My...

In line 187, output_ch = 5 if args.N_importance > 0 else 4. How does additional fine point sampling change the number of output channels? Isn't the output always (R,G,B,Alpha) ?

when I ran the project,encounter the following problems Traceback (most recent call last): File "E:\Apps dates\pythonProject\NERF\nerf-pytorch-master\run_nerf.py", line 876, in torch.set_default_tensor_type('torch.cuda.FloatTensor') File "D:\Apps\python\python3.11.1\Lib\site-packages\torch\__init__.py", line 606, in set_default_tensor_type _C._set_default_tensor_type(t) TypeError: type torch.cuda.FloatTensor...

When I ran the project, I encountered the following problem. D:\Apps\python\python3.11.1\python.exe: can't open file 'E:\\Apps dates\\pythonProject\\run_nerf.py': [Errno 2] No such fil e or directory How can I solve it?

Hi! After the model is trained, a video is rendered as I can see in the logs folder. Do you know where are the photos saved (or are they saved...