Pattern6

Results 9 comments of Pattern6

Hello! I want to know do you only use 3D coordinates instead of 5D coordinates? because in your run.sh I can't see use_viewdirs your run.sh are as follow: SCENE=$1 sh...

> Same to NeRF, we use 5D coordinates. use_viewdirs parameter is written in configs/$SCENE.txt. Ok, Thanks! I want to know what this function "def cal_neighbor_idx(poses, i_train, i_test)" do? I want...

My results were also bad.But when we do the test, we do not need the depth of the test set, The parameters we need are as follows: rgbs, disps, depths...

> I think cal_neighbor_idx is used to calculate the closest traing poses with each testing poses ,It is used to supply depth prior for testing/unseen views. However, I have tried...

> What's wrong? I cannot see the uploaded image. The wrong with "The size of tensor a(162) must match the size of tensor b(3) at non-singleton dimension 1" File "/home/ubuntu/ygx/1/NerfingMVS-main/src/run_nerf.py",...

> Since I use '--no_ndc' for all scannet scenes, I do not test this line. In my opinion, the depth map in Cartesian coordinate is not equal to that in...

> Thanks for your interest! The point clouds have been projected into an image plane so they could be regarded as a depth image. All (not only "effective" points) pixels...

为什么我得到的点云是错的,就是点云的位置不对,是因为我配置文件的问题吗?

> Hi, I am trying to interpret depth value in depth.pgm file after I unpack the .sens file by SensReader. I read depth.pgm file by an online searched python script:...