Notation:
-
$Y$ : the ground truth complete reference mesh, -
$Y'$ : the estimated complete mesh.
The quality of the estimation,
Consist of two directed distances:
-
$d_{ER}$ is computed from the estimation to the reference -
$d_{RE}$ is computed from the reference to the estimation.
These distances are inspired from [1] but have been adpated to fit the problem at hand.
The directed distance
The directed distances
where
In the two directions, the shape and texture reconstruction errors are measured separately. For the shape error, the distance,
operates on the 3D positions directly and computes a point-to-triangle distance between the sampled point
operates on the interpolated texture values at the source and target 3D positions used to compute the shape distance.
This results in two shape distance values (
ith the point-to-triangle distance used above. Consist of two rates that are computed in two directions:
-
$h_{ER}$ computed from estimation to reference -
$h_{RE}$ computed from reference to estimation.
The hit-rate
Let us consider:
-
$H_{AB}$ : number of points of the source mesh$A$ that hit the target$B$ -
$M_{AB}$ : number of points of the source mesh$A$ that miss the target$B$ .
The hit-rate from B
ith the point-to-triangle distance used above.$ is then given by,
In the two directions, the hit-rate is a score with a value in [0,1]. Good estimations are expected to have high hit-rates.
Consists of a score that quantifies the similarity between
the surface area of the estimation and that of the reference. The surface area of the estimated mesh and the reference mesh
denoted as
The area score
This score results in a value in [0,1]. Good estimations are expected to have high area scores.
Consists of a combination of the three measures explained above.
The shape and texture scores are computed as follows,
where
The final score is finally given by,
challenge(/track) | shape | texture | note |
---|---|---|---|
1/1 | Yes | Yes | hands and head ignored |
1/2 | Yes | No | only hands, feet and ears |
2 | Yes | Yes | - |
[1] Jensen, Rasmus, et al. "Large scale multi-view stereopsis evaluation." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2014.