Hi!
Appreciate your code and work. I have small questions with the pre-trained model you provided.
Is the model monodepth_ver_a/b/c correspond to the full-1/2/3 in the Table 1 and Table 2 in your paper? I run your test and evaluation script with monodepth_ver_a on KITTI2015 and get the results like:
abs_rel, sq_rel, rms, log_rms, d1_all, a1, a2, a3
0.0648, 0.8067, 4.186, 0.157, 8.623, 0.946, 0.979, 0.990
which is slightly different from Table 1. So I'm not sure if the model is the corresponding one or I missed some details for evaluation.
Hi!
Appreciate your code and work. I have small questions with the pre-trained model you provided.
Is the model monodepth_ver_a/b/c correspond to the full-1/2/3 in the Table 1 and Table 2 in your paper? I run your test and evaluation script with monodepth_ver_a on KITTI2015 and get the results like:
abs_rel, sq_rel, rms, log_rms, d1_all, a1, a2, a3
0.0648, 0.8067, 4.186, 0.157, 8.623, 0.946, 0.979, 0.990
which is slightly different from Table 1. So I'm not sure if the model is the corresponding one or I missed some details for evaluation.