How do i combine the segmentation and depth map to create the 3d view?
Opened this issue · 4 comments
AIMads commented
Hey I have gotten the code to work, but can figure out how to combine the segmentation and depth map to create the 3d image?
EryiXie commented
The easiest way will be to use open3d, to convert the depth image into a point cloud with colors, I will need a similar script anyway later on, so I can try to write an example script today.
AIMads commented
I have created a simple script that is able to handle it now! ;) Want me to share mine or ?
EryiXie commented
ArmaanSran commented
I have created a simple script that is able to handle it now! ;) Want me to share mine or ?
Could you please share the code