3d_pose_baseline_pytorch icon indicating copy to clipboard operation
3d_pose_baseline_pytorch copied to clipboard

A bug in reading the test data

Open gqliang opened this issue 6 years ago • 1 comments
trafficstars

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

gqliang avatar Jun 04 '19 02:06 gqliang

Good, i will check that.

weigq avatar Jun 04 '19 02:06 weigq