kilonerf
kilonerf copied to clipboard
Code for KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs
When I tried to run 'python setup.py develop', I met errors below. Does anybody konw how to solve it? 
Hi, thanks for opening the source code! I'm just curious about the acceleration speed of the cuda implementation compared to pytorch.bmm operation, if the input to each MLPs are equal....
Hi, nice implementation! Is it possible for you to add a license for this?
I now use your code to retrain on my own dataset, how can I get the bbox.txt file? Thank you.
Hi! I met this CUDA error while running render_to_screen.sh: `CUDA error at /home/chris/anti/cuda/render_to_screen.cpp:113 code=999(cudaErrorUnknown) "cudaGraphicsGLRegisterBuffer(&cuda_pbo_resource, pbo, cudaGraphicsMapFlagsWriteDiscard)" render_to_screen.sh: line 3: 28062 Segmentation fault (core dumped) python run_nerf.py cfgs/paper/finetune/$DATASET.yaml -rcfg cfgs/render/render_to_screen.yaml`...
Thanks a lot for your great work. When debugging distillation, I found that sometimes alpha from student NN takes the negative value (but very close to 0). This comes from...
Hi When I run the `bash render_to_screen.sh`, I'v got following error. `GPUassert: too many resources requested for launch network_eval.cu 292` Looks like my GPU memory is not enough, but is...
Hi, Is there a configuration to make the whole training procedure use multiple GPUs? Thanking you. Regards, K. J. Nitthilan
Thank you for your contribution. I want to train the KiloNeRF for LLFF dataset. How do I set the best configuration for the best training in LLFF dataset? Such as...
Hi! Firstly, I would like to thank you for your outstanding work speeding up NeRF. I have trained a multi-network in the pretrain procedure(with 27 middle MLP).I want to know...