Replies: 1 comment 1 reply
-
The # Just add these 2 lines above the return statement
if len(pc) != pts.shape[1]:
pc = [0] * pts.shape[1]
return dist(pts - pc) - r It may not be the best solution but it is a workaround. I will post a fix as soon as possible |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody. I am interested in 3D reconstruction. I tried to run the example "eit_static_GN_3D" but i got these errors:
Why I got this error and how can i fix this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions