una-dinosauria/human-motion-prediction

The begin idx in the sequence

limaosen0 opened this issue · 1 comments

Dear una-dinosauria:

There is a question.
In

# Sample somewherein the middle
idx = np.random.randint( 16, n-total_frames )

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.