AgentFormer
AgentFormer copied to clipboard
How to understand the variable num_seq_samples
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 !