nerf
nerf copied to clipboard
Code release for NeRF (Neural Radiance Fields)
Hi, Why multiply each distance by the norm of the light in its corresponding direction to convert it into a real-world distance? > dists = dists * tf.linalg.norm(rays_d[..., None, :],...
I'm interested in this project and have some questions. But, I always feel bad about opening up issues for this sort of discussion. Would the team be open to setting...
Would it benefit to use some form of patch sampling in order to include convolutional blocks?
In my project, I have 18 images for one scene. I tried two methods using colmap to get camera poses. One is using LLFF script as author said in readme...
Hello, I have a question about the unit of poses_bounds. I want to know the unit of the near bound and far bound in 'poses_bound.npy', mm or m? Is it...
How to get processed input from usb cameras like zed/ intel realsense d400x? Thanks
Can anyone explain the code below? (https://user-images.githubusercontent.com/40779217/169441638-cb24928a-be1c-4e2e-bc05-524e6c9cc5bc.png) what's the meaning of denom and t?
Why are rendering and meshing so different. If the grid effect is poor, there is no way to build a good model. Is there any way to improve the grid?
Blas GEMM launch failed : a.shape=(32768, 39), b.shape=(39, 256), m=32768, n=256, k=39 [Op:MatMul]
Hi! Recently i tried to run the script with 3080 cuda 11.1 .But this problem occured . ` 2021-10-14 23:25:22.596805: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:983] successful NUMA node read from SysFS had negative...
I used `tf_upgrade_v2` to translate the 1.x code to 2.x with three manual edits. It's not hard but it would be more convenient to upgrade the code to TensorFlow 2....