AgentFormer icon indicating copy to clipboard operation
AgentFormer copied to clipboard

How to understand the variable num_seq_samples

Open liuyueChang opened this issue 2 years ago • 0 comments

Thank you for your work ! In the init method of the calss data_generator, I can not understand the function of the variable num_seq_samples. num_seq_samples = preprocessor.num_fr - (parser.min_past_frames + parser.min_future_frames - 1) * self.frame_skip Thank you very much !

liuyueChang avatar May 23 '23 05:05 liuyueChang