Yuan Liu
Yuan Liu
The dtu and dtu cache links are fixed. However, I'm still uploading the cache for the forward-facing scenes, which are over 90G and cost more time.
是用colmap生成的。 https://github.com/liuyuan-pal/NeuRay/blob/main/custom_rendering.md#2-run-colmap-to-reconstruct-camera-poses-and-scene-geometry 这一步就是生成pose等数据的。
Thanks for the reminder! I'll fix them.
Hi, thanks for your interest in our work. `get_diff_feats` is intended for checking the consistency of input depth maps. We project the input depth points onto neighboring views. If the...
Experiments are all conducted on a single 2080Ti or 1080Ti GPU (sadly, we don't have too many GPUs) so the current script does not support multi-GPU training. Maybe you can...
Hi, 这里是 opencv的格式,而nerf blender是opengl所以要乘以这个。
They are fine or coarse sampled colors. Tables all use the fine-level results.
Hi, we simply average the PSNR of all scenes to calculate the PSNR in table 1.
你可以check一下dataloader~里面有读取所有信息的代码。
Hi, this project does not use some advanced features so I think a general version of PyTorch and OpenCV will be OK.