You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we define which body parts should be used as reference like this:
vame.egocentric_alignment(
config,
pose_ref_index=[7,8], # aligning on pelvis and tail-base
)
This is not user friendly and prone to errors. A more user friendly solution would be accept a list of body parts names, from which we can infer the indexes, example:
Currently, we define which body parts should be used as reference like this:
This is not user friendly and prone to errors. A more user friendly solution would be accept a list of body parts names, from which we can infer the indexes, example:
The vame function would search for the correct column indexes, and raise an error if the names don't exist.
The text was updated successfully, but these errors were encountered: