-
Notifications
You must be signed in to change notification settings - Fork 58
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
issue of "tmp/nvs-5-0-traj-all.mp4: No such file or directory" when trying pre-optimized models #54
Comments
Hi, from the log you posted, the first error is
which is related to pyrender package. The error code is the same as this issue. You might want to try their solution and make sure
runs. |
Thank you for the reply but sadly it still not work. |
Hi, the log suggests it cannot find I was not able to reproduce it. Perhaps you want to check whether the path matches by printing it. |
Thank you for the response. my own animal model can be perfectly generated thanks to your great work. And I wonder is the generated model able to be saved in specific document forms(namely .obj) which can later show in 3D software like Blender or Maya? |
Hi, I wrote some code in the past to convert banmo output (rest mesh, bone transforms and skinning weights) to .gltf/.glb format, which can be visualized in Blender or on a web viewer. Ideally, I can release it if I get some time to clean it up in the next couple of weeks. |
@gengshan-y Hello, I appreciate you taking the time for this project. If possible, could you spare a moment to create a clean code that converts to the glTF format? This project is truly outstanding! Once again, thank you for your effort. |
Thank you for bringing the fascinating work! I am trying it with CUDA 113, torch 1.10 and and met some problems:
The situation arises when I tried to render novel views with the command for trying pre-optimized model: "bash scripts/render_nvs.sh 0 $seqname tmp/cat-pikachiu.pth 5 0"
It looks super similar to #16 (seen in attached figure) but the error is different . Mine is IndexError: index 0 is out of bounds for axis 0 with size 0 (also attached) which I think might be not the same reason so I have not tried to create the Version B with torch 1.7 yet.
Another situation is it said "tmp/cat-pikachiu-{5}-vgray.mp4: No such file or directory" while it exists in the doc file. But the all.mp4 is not there.
The log file is also attached.
log.txt
The text was updated successfully, but these errors were encountered: