↓ 2 callersMethod__init__(self, d_embedding, n_head, d_k, d_v, num_out_joints, dropout=0.1)
characteristic3dposes/model/attention.py:52
Method__init__(self, n_head, d_embedding, d_k, d_v, num_out_joints=1, dropout=0.1)
characteristic3dposes/model/attention.py:7
Methodforward(self, offsets, target_skeleton, predicted_heatmap, target_heatmap, volume_center=None)
characteristic3dposes/ops/loss.py:191
Methodforward(self, joints, poses, previous_joints, action_feature, mask=None, return_attns=False)
characteristic3dposes/model/attention.py:74
Functionobjective_func(x, end_effectors, input_skeleton, heatmap, input_bone_lengths, input_cos_angles, weights, skeleton_cls)
characteristic3dposes/refine.py:60