isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.28k stars 2.28k forks source link

o3d.geometry.PointCloud.create_from_depth_image Segmentation Fault erroe #6904

Open Adhithiyan03 opened 2 months ago

Adhithiyan03 commented 2 months ago

Checklist

My Question

I am using python3.10.12 and a conda environment. I install open3d from pip install open3d. when I run my code, i am getting error at this particular line. I want to run my mujoco simulator and generate point clouds from this .

timohl commented 2 months ago

Do you have any minimal example that causes this error? It is hard to debug without any code or at least a snippet on how you call this function.