We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear una-dinosauria:
There is a question. In
human-motion-prediction/src/seq2seq_model.py
Lines 464 to 465 in c9a2774
we have idx = np.random.randint( 16, n-total_frames ). Why the start index in the sequence are randomly selected after 16? Is there a reason?
idx = np.random.randint( 16, n-total_frames )
The text was updated successfully, but these errors were encountered:
I cant' think of any reason right now. Probably avoiding the first few frames since they tend to be people in T-pose.
Sorry, something went wrong.
No branches or pull requests
Dear una-dinosauria:
There is a question.
In
human-motion-prediction/src/seq2seq_model.py
Lines 464 to 465 in c9a2774
we have
idx = np.random.randint( 16, n-total_frames )
.Why the start index in the sequence are randomly selected after 16? Is there a reason?
The text was updated successfully, but these errors were encountered: