multinerf
multinerf copied to clipboard
A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Hi, Thank you all for the great work and the release of the code. I want to try the RefNeRF in real datasets, starting by reproducing the results in the...
Thank you for the code of mipnerf-360!I wonder if there is a way to generate a continuous 360° poses video like on the website?I found that the render_360.sh script can...
Related issue: https://github.com/google-research/multinerf/issues/7
 Python version:3.9.12 CUDA version:11.3.109 CUDNN version:8.2.4 jax version: 0.3.15 jaxlib version: 0.3.15+cuda11.cudann82 GPU: RTX 3070
Thank you for your great work ! I noticed your scripts/generate_tables.ipynb doesn't render correctly on the .ipynb viewer on github (like the figure I attached). There seems to be something...
Sorry if this is in the documentation, I have a set of jpgs that I have and ran ```bash scripts/local_colmap_and_resize.sh my_dataset_dir``` but from here im stumped as to what to...
I get errors while running pip install -r requirements.txt 
hi I'd like to know if it is possible to run the train on the GPU. I've launch the training and it's really slow, checking the GPU usage I've noticed...
Sorry for opening an issue again. I am currently training Ref-NeRF on the released real captured dataset(more precisely, on 'gardenspheres' dataset). I discovered it is in LLFF format, so i...