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
results on the paper: abs_rel: 0.102 | rmse: 4.407 | a1: 0.882
Even using your provided model, there is a large evaluation gap in KITTI-360, where for the ie_acc, the gap is 0.771 v.s. 0.82. Though the KITTI-raw score has little difference from yours, the numbers are not exactly the same. I hope to make sure:
If I should use the preprocessed images for KITTI-360 for evaluation
If some Python environment settings influence scores. Currently, I use PyTorch-2.0
I also observed further performance decline with my own trained model, i.e., for KITTI-raw, abs_rel: 0.104 | rmse: 4.554 | a1: 0.874, for KITTI-360 o_acc: 0.948 | ie_acc: 0.784 | **ie_rec: 0.369**. Can you provide some suggestions to faithfully reproduce your results?
Thank you for your information!
The text was updated successfully, but these errors were encountered:
Hi Brummi,
I tried to evaluate your provided model on the KITTI-raw and KITTI-360 datasets, both yielded suboptimal results
o_acc: 0.944 | ie_acc: 0.771 | ie_rec: 0.439
o_acc: 0.95 | ie_acc: 0.82 | ie_rec: 0.47
abs_rel: 0.102 | rmse: 4.409 | a1: 0.881
abs_rel: 0.102 | rmse: 4.407 | a1: 0.882
Even using your provided model, there is a large evaluation gap in KITTI-360, where for the
ie_acc
, the gap is0.771 v.s. 0.82
. Though the KITTI-raw score has little difference from yours, the numbers are not exactly the same. I hope to make sure:I also observed further performance decline with my own trained model, i.e., for KITTI-raw,
abs_rel: 0.104 | rmse: 4.554 | a1: 0.874
, for KITTI-360o_acc: 0.948 | ie_acc: 0.784 | **ie_rec: 0.369**
. Can you provide some suggestions to faithfully reproduce your results?Thank you for your information!
The text was updated successfully, but these errors were encountered: