-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indices_.reshape(indices_.shape[0], 1024, -1, indices_.shape[2]) error in run_nerf_deform.py #7
Comments
while running " sh run.sh 1" , I meet the same error。 what is wrong? |
Is your input image size 512*512? |
yes, I use the 1.mp4 when running sh process_data.sh . |
You can try to debug. I'll check the relevant code when I'm free. |
yes |
@aishoot Hi, may I ask have you solved the problem yet ? |
@aishoot Hi, have you solved the problem yet ? |
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?
The text was updated successfully, but these errors were encountered: