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
where skeleton is assigned the reference to h36m_skeleton, if parameter remove_static_joints is set True, than multiple invokation of self.remove_joints will results in index error.
To avoid this issue, wrap h36m_skeleton with copy.deepcopy
in file common/h36m_dataset.py:210, constructor
invokes the constructor of super class
where
skeleton
is assigned the reference toh36m_skeleton
, if parameterremove_static_joints
is setTrue
, than multiple invokation ofself.remove_joints
will results in index error.To avoid this issue, wrap
h36m_skeleton
withcopy.deepcopy
The text was updated successfully, but these errors were encountered: