Hi, Thanks for sharing the amazing tool.
I tried the simplest example as follows:
import numpy as np
points_np = np.random.rand(1000, 3)
print("End") # <-- breakpoint
But it doesn't work. Do you know what caused the problem? I tried to visualize open3d pcd, and it's the same.

Hi, Thanks for sharing the amazing tool.
I tried the simplest example as follows:
But it doesn't work. Do you know what caused the problem? I tried to visualize open3d pcd, and it's the same.