Closed cmh1027 closed 6 months ago
I don't think centre-alignment or the point cloud is the problem here. I think the black part at the bottom of the image is is caused by z-clipping. Adjusting znear
may fix it. In general you need to play with the camera settings to get the "zoom" you actually want.
I'm following the tutorial in here, and it is so far so good except that the image is not rendered in the center.
This is my code, and I generate point cloud (pcd.ply) with an image and its pseudo-depth from monodepth estimator. And the rendered result it shown as follows. Definitely, not only the result is zoomed in, but also it is not center-aligned (black empty space at the bottom). Is there any post-processing step for point cloud to get correct result? Points in pcd has the mean values of [ -0.0723, 0.2070, -14.5213].