facebookresearch/PoseDiffusion

Number of Image Pairs in computing Sampson Epipolar Error

Arjeus opened this issue · 1 comments

Arjeus commented

Hi,

I would like to clarify how how may image pairs are computed for their respective Sampson Epipolar Error. Are all combinations used? Or just a subset of it? Thanks.

jytime commented

Hi Arjeus,

yes, for one scene, all the pairs are used.

(please note that some matches are filtered out if they do not satisfy the

sampson = sampson[sampson < sampson_max]
)