Open sankalpkallakuri opened 3 days ago
This could be related to #6874 . Are you using numpy>=2.0.0
? If so try downgrading it to e.g. 1.26.4
, or using the current development wheels or a build from source of Open3D.
Thanks the issue was resolved after downgrading numpy to 1.26.4.
Checklist
main
branch).Describe the issue
I have been trying to run the rgbd_odometry example but ran into segmentation fault. The culprit function seems to be target_pcd = o3d.geometry.PointCloud.create_from_rgbd_image(target_rgbd_image,pinhole_camera_intrinsic) I have tried with the default as well as custom images. I have tried with custom images of 3channel RGB and 1 channel depth. Please advise.
Steps to reproduce the bug
Error message
python3.10 rgbd_odometry1.py [[525. 0. 319.5] [ 0. 525. 239.5] [ 0. 0. 1. ]] Segmentation fault (core dumped)
Expected behavior
No response
Open3D, Python and System information
Additional information
No response