PlaneRecNet icon indicating copy to clipboard operation
PlaneRecNet copied to clipboard

How do i combine the segmentation and depth map to create the 3d view?

Open AIMads opened this issue 3 years ago • 4 comments

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?

AIMads avatar Jun 30 '22 15:06 AIMads

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.

EryiXie avatar Jul 01 '22 06:07 EryiXie

I have created a simple script that is able to handle it now! ;) Want me to share mine or ?

AIMads avatar Jul 05 '22 12:07 AIMads

Now I feel very guilty that I promised something and forgot to do it. I am sorry about that... But yes, please share the code. I think there must be someone else looking for a similar implementation. image

EryiXie avatar Jul 05 '22 13:07 EryiXie

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

ArmaanSran avatar Aug 04 '23 07:08 ArmaanSran