We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ca7b4 commit 02db688Copy full SHA for 02db688
README.md
@@ -66,7 +66,7 @@ df_speed = dlc2kinematics.compute_speed(df,bodyparts=['nose','joystick'])
66
To compute joint angles, we first create a dictionary where keys are the joint angles and the corresponding values are the set of bodyparts:
67
68
``` python
69
-joint_dict= {}
+joints_dict= {}
70
joints_dict['R-Elbow'] = ['R_shoulder', 'Right_elbow', 'Right_wrist']
71
```
72
0 commit comments