Open aishoot opened 2 years ago
while running " sh run.sh 1" , I meet the same error。 what is wrong?
File "NeRFs/run_nerf_deform.py", line 290, in gatherindices
indices = indices.reshape(indices.shape[0], args.Nrand, -1, indices.shape[2])
RuntimeError: shape '[4, 850, -1, 2]' is invalid for input of size 131072
Is your input image size 512*512?
yes, I use the 1.mp4 when running sh process_data.sh .
and the *.jpg files in dataset/1/0/xxx_imgs are 512×512 pixel 。
You can try to debug. I'll check the relevant code when I'm free.
Is your input image size 512*512?
yes
@aishoot Hi, may I ask have you solved the problem yet ?
@aishoot Hi, have you solved the problem yet ?
You can try to debug. I'll check the relevant code when I'm free.
I have encountered the same problem and would like to ask if you know how to solve it.
Nice work! Thanks your sharing code. When I rendering.sh one video, there is a problem in this line:
I printed the shape of the tensor indices_:
28544 cannot be divided by 1024. So what is the reason? And any suggestions?