Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about the input #21

Open
qianbo-x opened this issue Oct 10, 2023 · 2 comments
Open

question about the input #21

qianbo-x opened this issue Oct 10, 2023 · 2 comments

Comments

@qianbo-x
Copy link

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

@Recialhot
Copy link

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

@whl-007
Copy link

whl-007 commented May 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants