Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

A bug in reading the test data #19

Open
gqliang opened this issue Jun 4, 2019 · 1 comment
Open

A bug in reading the test data #19

gqliang opened this issue Jun 4, 2019 · 1 comment

Comments

@gqliang
Copy link

gqliang commented Jun 4, 2019

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

@weigq
Copy link
Owner

weigq commented Jun 4, 2019

Good, i will check that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants