How to use Open3D to sample point clouds to ensure that the results are the same every time
I’m using Open3D in Python to sample 1000 points on the same .obj file to get a point cloud. But every time you process the same .obj file, you end up with a different point cloud.