multinerf icon indicating copy to clipboard operation
multinerf copied to clipboard

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF

Results 112 multinerf issues
Sort by recently updated
recently updated
newest added

Hi, I tried to run ref-nerf but no matter how small the batch size is, the OOM problem would arise. I am not sure if it is the bug of...

![image](https://user-images.githubusercontent.com/86647243/214363962-d52adc23-eb12-48fc-916d-454982c54bc9.png) checkpoints directory is generated but not the render directory, there were no errors also apart from few warnings,

'log': jnp.exp, 'exp': jnp.log, inv_mapping = { 'reciprocal': jnp.reciprocal, 'log': jnp.exp, 'exp': jnp.log, 'sqrt': jnp.square, 'square': jnp.sqrt }

Hello author, thank you for your great work! I recently tried to make some improvements on the mipnerf360 code, I noticed that some details that are not key innovations are...

Hi, I have a problem understanding why `pixtocams` is `[N, 3, 4].` More precisely, I don't quite understand why the inverse intrinsic matrix is a 3x4 matrix or matrices and...

Hi~ I wonder know whether rawnerf only supports forward-facing scenes. Because I use my own data to train rawnerf and modify near/far, pre_rays and etc, but unfortunately, the results are...

When I try to confirm that all unit tests pass I get the following error: ``` (multinerf) mypc@pc0005:~/user/multinerf$ ./scripts/run_all_unit_tests.sh . ---------------------------------------------------------------------- Ran 1 test in 2.074s OK .... ---------------------------------------------------------------------- Ran...

Hello, I' am implementing my own custom data loader for `.gltf` files that were previously exported from Blender. I can select the camera in Blender in the export settings to...

I want to reproduce the prediction results of Ref-NeRF in the paper, but due to some limitations of the hardware, I need to adjust the batch size and learning rate...

I followed the instructions in the README.md, but there was a problem when running unit tests with the Jax installation which appears to be due to the installed Jax not...