SpaTracker
SpaTracker copied to clipboard
Question about 3D Visualization
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 issue
File "/Users/baoyu/research/visualizer/create.py", line 62, in <module>
obj = bpy.data.objects[basename]
KeyError: 'bpy_prop_collection[key]: key "assets/sintel_bandage_3d_2" not found'
Do you have any sense for such bug?
And I also tried to visualize the 3D tracking performance using Open3D
and sintel_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!