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 rendering code. How do you generate the pointcloud from the rgb and depth images and the corresponding camera intrinsic. I believe that the camera intrinsic is returned from the getBlenderProj() function, and I use it to generate the pointcloud as follows.
Hi, thanks for the rendering code. How do you generate the pointcloud from the rgb and depth images and the corresponding camera intrinsic. I believe that the camera intrinsic is returned from the getBlenderProj() function, and I use it to generate the pointcloud as follows.
The K matrix comes out to be ->
[[245. 0. 112.] [ 0. 245. 112.] [ 0. 0. 1.]]
However, the pointcloud comes out as --
Any idea what's going wrong in here?
The text was updated successfully, but these errors were encountered: