You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- Operating system: Ubuntu 22.04
- Python version: Python 3.8
- Open3D version: output from python: 0.18.0
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
Additional information
No response
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: