AvatarPoser icon indicating copy to clipboard operation
AvatarPoser copied to clipboard

question about the input

Open qianbo-x opened this issue 2 years ago • 2 comments

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]?

qianbo-x avatar Oct 10 '23 10:10 qianbo-x

IndexError: Caught IndexError in DataLoader worker process 0. you solve this probelm? thanks

Recialhot avatar Jan 03 '24 08:01 Recialhot

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

whl-007 avatar May 08 '24 13:05 whl-007