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
I'm trying to estimate depth for images in the KITTI-360 dataset, and convert the result into point cloud format with the Open3D Python library. While the relative depth map visually looks OK, I'm having trouble with the point cloud. Below, I've attached first the RGB image, then depth image, and finally the point cloud, which has a distinct (horizontal) barrel distortion and seems to ramp up towards the camera.
Have you seen this type of error before? Any ideas where it could be coming from? The same is happening in every image.
I'm using the script in this repository to produce the depth maps with ViTL:
Hi,
I'm trying to estimate depth for images in the KITTI-360 dataset, and convert the result into point cloud format with the Open3D Python library. While the relative depth map visually looks OK, I'm having trouble with the point cloud. Below, I've attached first the RGB image, then depth image, and finally the point cloud, which has a distinct (horizontal) barrel distortion and seems to ramp up towards the camera.
Have you seen this type of error before? Any ideas where it could be coming from? The same is happening in every image.
I'm using the script in this repository to produce the depth maps with ViTL:
python run.py --encoder vitl --img-path /data/KITTI-360/raw/data_2d_raw/2013_05_28_drive_0000_sync/image_00/data_rect --outdir /data/KITTI-360/depth_vis/data_2d_raw/2013_05_28_drive_0000_sync/image_00/data_rect --pred-only --input-size 1408 --grayscale
The code to produce the point clouds is attached below the images.
The text was updated successfully, but these errors were encountered: