nerfren
nerfren copied to clipboard
Code release for NeRFReN: Neural Radiance Fields with Reflections (CVPR 2022).
Thanks for your wonderful work ! By your code, I have achieved good results on the real data set of 30 photos. However, when I want to further optmize the...
Thank you for your wonderful work! I'm trying to follow your method and validate it on synthetic datasets as those in the vanilla NeRF, so have you done similar experiments?...
Hello, I am very interested in this project,Would it be possible to provide code for view synthesis?
Can you export the model
Hello, I am a big fan of neural radiance fields and i am currently experimenting with it for more industrial purposes. I think that you are solving a very relevant...
Thank you for your excellent work,and Im interested in your contribution,but now I have a doubt while reading the code now. The calculation of `comp_beta` β in the paper is...
Hello , this work is really impressive and i'm trying to reconstruct the mesh from trained nerfren model . any chance that there is a way to run marching cubes...
Thanks to the author for his wonderful work, I was training my own data and didn't quite understand the meaning of -img_wh in config and wanted to ask!
Hi, when I running the script 'nerfren/scripts/nerfren/train_mirror.sh' for training phase, meeting the Error 'RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b,...
Hello, currently I am reproducing the whole experiment and wish to summarize the psnr, ssim and lpips results as reported in the paper. However, there is no related code for...