DeformableFriends / NeuralTracking

Official implementation for the NeurIPS 2020 paper Neural Non-Rigid Tracking.
https://www.niessnerlab.org/projects/bozic2020nnrt.html
MIT License
185 stars 37 forks source link

example_vis.py error #12

Closed visonpon closed 2 years ago

visonpon commented 2 years ago

Hi, tnanks for sharing this wonderful work. but when I try to run example_vis.py. I got error follow:

teminate called after throwing an instance of 'pybind11:error_already_set', what(): systemError<build_in method ___repr__ of PyCapsule object at 0X..> returned a result with an error set

I try to locate the line that trigger this error and it seems the lineline_mesh = line_mesh_utils.LineMesh(graph_nodes,edges_pairs,colors,redius=0.003) result to this error.

Hope you can help, thanks~