jsczzzk / R-MSFM

Code for R-MSFM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training Procedure

shlomi-amitai opened this issue · comments

Hi,

Great work :)

Will you release the training procedure for this NN?

Thanks

Hi,
Sorry for the late reply. Our training procedure completely follows the RAFT and Monodepth2. The main differences between ours and monodepth2 are:

  1. We only use the intrinsic camera parameters at full resolution during training instead of the multi-scale ones at the Monodepth2.
  2. We give an update weight for each update of the self-supervision.

What beta value (β) was used for training?

In the 4.1. Implementation Details section, we state the update item β as 0.9.

commented

Excuse me,Will you upload the whole codes?I think your methods are significant.

Hi, Thank you for your attention :) I am cleaning my code and will upload it in the future. Before then, you can refer to this project, which achieves better results than mine.