Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of coordinate:
[[(0.0, 0.0), (1.0, 2.0), (14.0, 14.0)], [(0.0, 1.0), (3.0, 2.0), (38.0, 37.0)], [(0.0, 1.0), (3.0, 4.0), (38.0, 38.0)], [(0.0, 0.0), (23.0, 24.0), (10.0, 10.0)], [(0.0, 0.0), (24.0, 25.0), (10.0, 10.0)], [(0.0, 0.0), (25.0, 26.0), (10.0, 10.0)], [(0.0, 0.0), (26.0, 27.0), (10.0, 10.0)]]
When I convert it to open3d using:
I have this error:
RuntimeError: Unable to cast Python instance to C++ type (compile in debug mode for details)
please how can I solve this error?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions