MCPcopy Create free account
hub / github.com/MotrixLab/ADHMR / reconstruction_error

Function reconstruction_error

ADHMR/lib/utils/pose_utils.py:255–258  ·  view source on GitHub ↗

Do Procrustes alignment and compute reconstruction error.

(S1, S2)

Source from the content-addressed store, hash-verified

253
254
255def reconstruction_error(S1, S2):
256 """Do Procrustes alignment and compute reconstruction error."""
257 S1_hat = compute_similarity_transform_batch(S1, S2)
258 return S1_hat
259
260
261def world2cam(world_coord, R, T):

Callers 13

evaluate_uvd_24Method · 0.90
evaluate_xyz_24Method · 0.90
evaluate_xyz_17Method · 0.90
evaluate_uvd_24Method · 0.90
evaluate_xyz_24Method · 0.90
evaluate_xyz_17Method · 0.90
evaluate_xyz_17Method · 0.90
evaluateMethod · 0.90
evaluate_xyz_24Method · 0.90
evaluate_xyz_17Method · 0.90
evaluate_xyz_24Method · 0.90
evaluate_xyz_17Method · 0.90

Calls 1

Tested by

no test coverage detected