tinghuiz / SfMLearner

An unsupervised learning framework for depth and ego-motion estimation from monocular videos
MIT License
1.96k stars 555 forks source link

Questions about test accuracy #121

Open hello7623 opened 5 years ago

hello7623 commented 5 years ago

Here is your readme‘s results

Abs Rel Sq Rel RMSE RMSE(log) Acc.1 Acc.2 Acc.3
0.183 1.595 6.709 0.270 0.734 0.902 0.959

The following is the our's results using the model you provided

Abs Rel Sq Rel RMSE RMSE(log) Acc.1 Acc.2 Acc.3
0.1978 1.8358 6.5620 0.2749 0.7177 0.9011 0.9606

Why are they different ?

ghost commented 4 years ago

Is it possible it's due to the random weight initialization?