multinerf
https://github.com/google-research/multinerf
Python
A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to multinerf
Help out
- Issues
- > I faced a similar issue as you with no transforms.json file. I had to do a sort of strange workaround, so I'd really appreciate it if someone could give a more straightforward way of doing it, but this is what I did: 1- downloaded the colmap2nerf.py file from [instant-ngp](https://github.com/NVlabs/instant-ngp/tree/master/scripts) 2- saved my colmap outputs (cameras.txt, points3D.txt, and images.txt) to a folder called colmap_text 3- ran the colmap2nerf.py as follows: `python colmap2nerf.py --colmap_matcher exhaustive --text path/to/colmap_text --images path/to/images --aabb_scale 16 --overwrite` 4-moved the transforms.json file that was produced by step 3 into the directory on the same level as your images directory 5- run the training script
- 'Checkpoint path should be absolute. Got while running train
- Check failed: ExistsDir(*image_path)
- Between "No GPU/TPU found, falling back to CPU." and "failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error"
- module 'jax.core' has no attribute 'Shape'
- Rendering Custom Viewpoints of Images and Generating Stereo Pairs
- Render result
- Datasets related problem
- How can I relight the ball scene?
- Learning rate configuration of shiny blender dataset - Ref NeRF
- Docs
- Python not yet supported