Algorithm 1: Correction of Skeleton Key Point Coordinates |
Input: Bone point coordinate matrix’F’, size’ Output: Procedure: 1: Input: Enter key point data’F’; 2: Forget gate: is 0 or 1 If = 0, The input value is reserved Else: The input value is forgotten; 3: Input gate: By the sigmoid and tanh functions, determines the value affecting ; 4: Output gate: By the sigmoid function, output , then ; 5: Combine T results for linear regression and out the missing point’s coordinates. |