nerf
nerf copied to clipboard
Code release for NeRF (Neural Radiance Fields)
Is there any change I can run NERF on my old Macbook Retina 15" 2012 equipped with NVIDIA GeForce GT 650M?
I fail to create environment on my Mac OS machine: ``` Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - cudatoolkit=10.0 - tensorflow-gpu==1.15 ``` Is there some workaround?
Hi, thank you for your nice work! I have tried your Nerf with our own scenes(we have taken 50 pictures), and I found the generated video is not satisfactory. I...
For the LLFF forward facing scenes, ndc is used. [Issue-18](https://github.com/bmild/nerf/issues/18) says that with disparity sampling, higher frequencies of positional encoding confuses NeRF. In that case, why not input inverse z...
Hi all experts, I am confused why the near is set to `tf.cast(1., tf.float32)` here. In the NeRF paper it states the origin is shifted to the **near plane**, does...
Hello, I'm also trying to train NeRF with 360 captures scene (the AIST++ dataset `https://aistdancedb.ongaaccel.jp`)  and I had some questions related to formatting the dataset and setting configurations: 1....
Hi, thanks for your great work. Is there a config.txt file that provides vasedeck data? I used horn's config to train vasedeck and the effect is not very good. 
Hi, I have extrinsic data (quaternions and translation) from ARkit. But if simply pass my own quaternions and translation vector instead COLMAPs into img2poses script from LLFF, the result is...
ηηιΌπ
I have and minor questions related to include_input args and figure 7. Q1. I'm curious as to what you think of the effect on the presence or absence of input....