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
Hi, thanks for the great work on this project!
Problem:
The demo RGB-D images provided in the repo work perfectly for segmentation. However, when I use my own captured data, the segmentation produces no meaningful results (or fails entirely).
What I've already tried:
I have replaced the camera intrinsics with those of my own camera.
I verified the depth values are in the correct range (objects at ~0.5–0.7 m).
My setup:
Camera: Intel RealSense D455
Resolution: [640×480]
My questions:
Could the D455 be incompatible with this pipeline (e.g., depth scale, coordinate convention, or IR pattern interference)?
What camera(s) did you use to capture the demo data?
Are there any additional preprocessing steps or parameter adjustments required for RealSense depth images?
Any guidance would be greatly appreciated. I can provide sample images if that helps.
Thanks!
Hi, thanks for the great work on this project!
Problem:
The demo RGB-D images provided in the repo work perfectly for segmentation. However, when I use my own captured data, the segmentation produces no meaningful results (or fails entirely).
What I've already tried:
I have replaced the camera intrinsics with those of my own camera.
I verified the depth values are in the correct range (objects at ~0.5–0.7 m).
My setup:
Camera: Intel RealSense D455
Resolution: [640×480]
My questions:
Could the D455 be incompatible with this pipeline (e.g., depth scale, coordinate convention, or IR pattern interference)?
What camera(s) did you use to capture the demo data?
Are there any additional preprocessing steps or parameter adjustments required for RealSense depth images?
Any guidance would be greatly appreciated. I can provide sample images if that helps.
Thanks!