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

Dataset preprocessing #103

Open
LogicStuff opened this issue Nov 4, 2021 · 1 comment
Open

Dataset preprocessing #103

LogicStuff opened this issue Nov 4, 2021 · 1 comment

Comments

@LogicStuff
Copy link

Hello, I would like to know, why you have chosen to select only a subset of pedestrians in a scene, for which there are all self.seq_len points:

if pad_end - pad_front != self.seq_len:
continue

This effectively disables padding and loss masking - pad_front is always 0 and pad_end is self.seq_len. Therefore, subsequences created in this manner may not (usually will not) contain all pedestrians. Is that desirable and superior to masking?

@WangHonghui123
Copy link

@LogicStuff I would like to know if you understand why to do so? If you know, could you explain it? Thank you.

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

2 participants