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
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
When the required action is sittingdown, the current file will read both the sitting and sittingdown. This will affect the accuracy of the sequence of sittingdown
So I suggest to add some lines to discriminate these two kinds of actions after the line 61 in the human36m.py.
if self.actions=='SittingDown' and act.endwith('g'):
continue
The text was updated successfully, but these errors were encountered:
When the required action is sittingdown, the current file will read both the sitting and sittingdown. This will affect the accuracy of the sequence of sittingdown
So I suggest to add some lines to discriminate these two kinds of actions after the line 61 in the human36m.py.
if self.actions=='SittingDown' and act.endwith('g'):
continue
The text was updated successfully, but these errors were encountered: