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, create_trainset() uses IQR cleaning to nan and interpolate over outlier points to make the pose trajectories smoother. This data cleaning step should be relocated into egocentric_alignment() and then rename egocentric_alignment() to, for example, preprocess_and_egocentric_alignment().
The text was updated successfully, but these errors were encountered:
katiekly
added
the
refactor
Improve internal software structure without changing observable outcomes
label
Jun 3, 2024
Currently,
create_trainset()
uses IQR cleaning to nan and interpolate over outlier points to make the pose trajectories smoother. This data cleaning step should be relocated intoegocentric_alignment()
and then renameegocentric_alignment()
to, for example,preprocess_and_egocentric_alignment()
.The text was updated successfully, but these errors were encountered: