nerf icon indicating copy to clipboard operation
nerf copied to clipboard

Code release for NeRF (Neural Radiance Fields)

Results 124 nerf issues
Sort by recently updated
recently updated
newest added

As showed in the image, my chair is centered in the middle of the scene. I wonder if it is possible to crop the scene so that it only optimize...

Nerf is really excellent and useful that I have learnt a lot. But I meet a problem that I can not understand. Question: Making the last integration time is infinity...

Hello, I was wondering if there would be any plans for a pytorch version, or if you heard of someone working on one :P.

Hi, This project is very cool and has a lot of potential in a lot of applications. I have seen some stuff floating around about generating blender files (.blend). Is...

Hi, This project is so cool and amazing. Great work! I want to generate a model as the lego model in your project, but what I have is only a...

I simulated the training results of the small mine car. NPY file, export obj file, so when I need a new item, such as chair, how can I get the...

Hi, I have been looking at your work done on nerf and have some ideas about future funtionality that would be very handy for lightfield video synthesis. Firstly I was...

Colab removed TensorFlow 1 support, so I added install commands to make it work. I also added a command to install a needed video module. If the diff is too...

Hi! Thanks for your work greatfully:) I’m now trying to use Nerf on my 360° captured real scene. **Using flag --no_ndc --spherify --lindisp. Similar config file as in fern.txt you...

Hi, I tried to change the L1 supervision to SSIM + L1 supervsion (0.85 * L_ssim + 0.15 L_l1), but failed to get good results. My motivation is that the...