nerf_pl icon indicating copy to clipboard operation
nerf_pl copied to clipboard

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning

Results 81 nerf_pl issues
Sort by recently updated
recently updated
newest added

In the README file, you just give us suggests for generating LLFF-like data. However, I wanna generate some blender-like data. How can I do it? The most important problem is...

Hi, I saw there are some differences between your code and orignal nerf code in render_path_spirial. original: `c = np.dot(c2w[:3,:4], np.array([np.cos(theta), -np.sin(theta), -np.sin(theta*zrate), 1.]) * rads)` your code: `center =...

Hi, I have struggled to this `samples`, may I know how to understand it? https://github.com/kwea123/nerf_pl/blob/26a3b098bcdf6bd19641d4d1cc21b11c5ebdc0c5/models/rendering.py#L54

Hello, Thank you for this great work on pytorch-lightning. I run branch dev on RTX 3090 for lego dataset, follow the default config in readme.md, but the final PSNR can...

Hi Thank you for making this repo. I made a 360 deg dataset of 100 pictures by iphone,which frames extracted from video. The ori picture size is (1080,1920). I successfully...

**Describe the bug** I'm trying to prepare and train a model with my own dataset of images but I'm having some troubles for 360º. On the one hand, there are...

Thanks for your repo! There comes an issue when I train my own dataset with nerf_w. It seems like the torch has something wrong, but I don't have an idea...

Hi Kwea123, thanks for your great re-implementation of Nerf. In several issues, I have seen that you have successfully used Nerf to fit the forward driving scene (e.g. from KITTI)...