LIX-shape-analysis/GeomFmaps

T in eval_faust.py

Closed this issue · 2 comments

what is T here in this line of code? not defined above in code.

ind21 = np.ravel_multi_index(ind21.T, dims = [n_s, n_s])

also, what is errs_ref in the code? thank you for reply.

In numpy, A.T is the shortcut for the transposed of A, if A is a two dimensional matrix.
errs_ref stores the geodesic errors for the refined matches. Refinement is a post processing method described more thoroughly in our paper (section 4.6).