human-motion-prediction
human-motion-prediction copied to clipboard
The begin idx in the sequence
Dear una-dinosauria:
There is a question. In
https://github.com/una-dinosauria/human-motion-prediction/blob/c9a2774fe59bb78c6ec6d04e15f2cb7243c4348c/src/seq2seq_model.py#L464-L465
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?
I cant' think of any reason right now. Probably avoiding the first few frames since they tend to be people in T-pose.