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
Recently I've been using the undistorted_color_images, undistorted_depth_images, and undistorted_camera_parameters to back-project the Matterport 3D dataset.
However, I found that if I project 2 different viewpoints, these point clouds may interfere with each other, as shown below.
I think it might be because the transformation matrix of each image in different viewpoints is independent rather than a relative global coordinate. So, I can't simply use the transformation matrix in the undistorted_camera_parameters to back-project the entire scan.
The text was updated successfully, but these errors were encountered:
Hi, thank you for your great work!
Recently I've been using the undistorted_color_images, undistorted_depth_images, and undistorted_camera_parameters to back-project the Matterport 3D dataset.
However, I found that if I project 2 different viewpoints, these point clouds may interfere with each other, as shown below.
If I project 1 viewpoint using these files
It will project correctly as shown below.
I think it might be because the transformation matrix of each image in different viewpoints is independent rather than a relative global coordinate. So, I can't simply use the transformation matrix in the undistorted_camera_parameters to back-project the entire scan.
The text was updated successfully, but these errors were encountered: