ruili3 / dynamic-multiframe-depth

[CVPR 2023] Multi-frame depth estimation in dynamic scenes. -- Li, Rui, et al. "Learning to Fuse Monocular and Multi-view Cues for Multi-frame Depth Estimation in Dynamic Scenes".
MIT License
125 stars 7 forks source link

Evaluation results #7

Closed Sungmin-Woo closed 1 year ago

Sungmin-Woo commented 1 year ago

Hi @ruili3 , thank you for sharing the great code! I have verified that the model performance is same with the paper when I use the pretrained weights you provided. However, when I train the model from scratch, the performance seems to be a little bit lower. Did you use different training recipe to obtain the best performance (given weights)? If so, it will be very helpful if you provide some hints regarding what configuration I should change. I'm looking forward to your reply!

ruili3 commented 1 year ago

Hi Shungmin,

Thanks for your interest in our work! We use the same script to train our model, and there are very slight fluctuations in performance for different training runs, with possible, slightly higher/lower performances.

Regarding your question, you can consider starting another training run for a sanity check to see if the performance fluctuates with potentially better scores. If the gap still exists, you can check if the environment and lib versions match the recommended ones, since the different versions may lead to unknown inconsistencies which are a bit hard to locate.

Sungmin-Woo commented 1 year ago

Thanks for the detailed explanation!