human-motion-prediction icon indicating copy to clipboard operation
human-motion-prediction copied to clipboard

The begin idx in the sequence

Open limaosen0 opened this issue 5 years ago • 1 comments

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?

limaosen0 avatar Dec 19 '18 14:12 limaosen0

I cant' think of any reason right now. Probably avoiding the first few frames since they tend to be people in T-pose.

una-dinosauria avatar Dec 19 '18 18:12 una-dinosauria