Closed prstrive closed 2 years ago
Is your code tailored for NYU dataset? Some data preprocessing or metrics do not seem to match KITTI's, e.g., "RMSE" in KITTI is in mm and not in meter.
Evaluation metrics results are the same as those obtained from KITTI's evaluation codes. Please compare the code with the KITTI official devkit.
For KITTI, you just need to multiply 1000 to get mm from m.
Is your code tailored for NYU dataset? Some data preprocessing or metrics do not seem to match KITTI's, e.g., "RMSE" in KITTI is in mm and not in meter.