Open kisaragychihaya opened 3 months ago
The points of your point cloud are too far away, you have to increase the depth_max
argument of project_to_rgbd_image
. With a value of 2000 instead of 500 you can already visualize it
When I fail to read the point cloud, it will also display an empty depth.
Checklist
main
branch).Describe the issue
I try to use the project_to_rgbd_image function on my own point cloud like in https://www.open3d.org/docs/release/python_example/geometry/point_cloud/index.html#point-cloud-to-rgbd-py . But got a depth img with all zero value src+data.zip
Steps to reproduce the bug
Error message
C:\Users\yiku\miniconda3\envs\hgnetv2-deeplabv3\python.exe "C:\Users\yiku\Documents\WeChat Files\wxid_1na96tsg783o21\FileStorage\File\2024-08\新建文件夹\test.py" 0.18.0 0.0
Expected behavior
No response
Open3D, Python and System information
Additional information
No response