MCPcopy Create free account
hub / github.com/AdaptiveMotorControlLab/FMPose3D / test_calculation

Function test_calculation

fmpose3d/common/utils.py:67–70  ·  view source on GitHub ↗
(predicted, target, action, error_sum, data_type, subject)

Source from the content-addressed store, hash-verified

65
66
67def test_calculation(predicted, target, action, error_sum, data_type, subject):
68 error_sum = mpjpe_by_action_p1(predicted, target, action, error_sum)
69 error_sum = mpjpe_by_action_p2(predicted, target, action, error_sum)
70 return error_sum
71
72
73def mpjpe_by_action_p1(predicted, target, action, action_error_sum):

Callers 1

test_multi_hypothesisFunction · 0.50

Calls 2

mpjpe_by_action_p1Function · 0.70
mpjpe_by_action_p2Function · 0.70

Tested by

no test coverage detected