question about the input
Firstly, thank you for your excellent work! I have some doubts about inputting data. why the start index and end index in dataset_amass_L72 is [frame, frame + self.window_size+1] but the index of gtdataset_amass_L73 is frame + self.window_size - 1. when frame = 0 and window_size = 40, the input is data[0, 41] while the gt is data[39]?
IndexError: Caught IndexError in DataLoader worker process 0. you solve this probelm? thanks
IndexError: Caught IndexError in DataLoader worker process 0. you solve this probelm? thanksIndexError:在DataLoader工作进程0中捕获IndexError。你解决了这个问题吗?谢谢
IndexError: list index out of range&&IndexError: Caught IndexError in DataLoader worker process 0.. you solve this probelm? thanks