Hi:
After processing the Mapillary-Planet-Scale-Depth(MPSD) dataset following https://github.com/facebookresearch/map-anything/tree/main/data_processing,
I found that the result images were distorted, but the depth images were un-distorted.
they are not well aligned, e.g.,

Checking this config: https://github.com/facebookresearch/map-anything/blob/main/data_processing/wai_processing/configs/launch/mpsd.yaml,
"undistortion" not in mpsd's stages.
No distortion coefficient in scene_meta.json .
Does it mean that distortion correction should not be performed on MPSD images?
Or, are there any issues with wai_processing when using MPSD?
Best Regards!