-
Notifications
You must be signed in to change notification settings - Fork 25
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
Question about 3D Visualization #31
Comments
Hello! I also faced a similar issue and, after investigating the keys of |
I use the latest blender version 4.2.1 and launch the command as described in readme. |
I am having error in 4.2.1: File "/media/ed/FSSD/DATA/GITHUB/SpaTracker/blender_vis/create.py", line 38, in Blender quit |
I am also getting something similar with IndexError: index 7 is out of bounds for axis 0 with size 7 |
use another saved npy |
if the input is relative path, basename = args.input.split('.')[0] will split the first "." in "./vis_blender..." out. And basename will equal " ". |
my blender version is 4.2.1 when edit the code "basename = basename.split('\')[-1]", it is related to your path.
change the language to English |
Hello, thanks for the amazing work! I have similar questions with the #13 , where I can not reproduce the 3D visualization using the
sintel_bandage_3d.npy
and the blender script. I have met the issueDo you have any sense for such bug?
And I also tried to visualize the 3D tracking performance using
Open3D
andsintel_bandage_spatracker_tracks.npy
but the results are not good as you showed in the website. Can you also provide the 3D visualization code using Open3D if possible?Thanks!
The text was updated successfully, but these errors were encountered: