Skip to content

Evaluation Metrics

1 Threshold accuracy 1 (δ1)

% ofdi,s.t.max(didi,didi)=δ<1.25

where di refers to the prediction depth of the pixel i and di refers to the ground truth, the same follow.

2 Threshold accuracy 2 (δ2)

% ofdi,s.t.max(didi,didi)=δ<1.252

3 Threshold accuracy 3 (δ3)

% ofdi,s.t.max(didi,didi)=δ<1.253

4 RMSE

RMSE can reflect the absolute error between predicted depths and ground truths,

RMSE=1NiNdidi2

where N refers to the set of pixels in depth maps, the same follow.

5 RMSE Log

Using logarithmic operations on the RMSE to obtain the RMSE Log, the latter can reduce the effect of outliers when measuring prediction error.

RMSELog=1NiNlogdilogdi2

6 Abs Rel

Abs Rel refers to the relative error between the predicted depth and the ground truth.

AbsRel=iN|didi|di

7 Sq Rel

Using the squaring operation on Abs Rel yields Sq Rel, which reflects the prediction error more significantly.

Sq Rel=iNdidi2di