EryiXie / PlaneRecNet

This is an official implementation for "PlaneRecNet" (BMVC 2021).
MIT License
79 stars 17 forks source link

Visualize resutls #1

Closed marcomiglionico94 closed 2 years ago

marcomiglionico94 commented 2 years ago

Hi, I was able to run the network and get the depth map. I wanted to know how to do you visualize the 3D reconstruction of the picture like you show in the paper? Do you convert the depth + original image into a point cloud and then visualize it? Or do you use any other technique?

EryiXie commented 2 years ago

Hi, I convert the depth + RGB into a point cloud to visualize it (with open3d), just like you said. Therefore, the camera intrinsic matrix is needed.

AIMads commented 2 years ago

Hey do you have the possibility to share this script?