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

cluster the motion of pedestrians #11

Open
pengqianhan opened this issue Aug 28, 2023 · 0 comments
Open

cluster the motion of pedestrians #11

pengqianhan opened this issue Aug 28, 2023 · 0 comments

Comments

@pengqianhan
Copy link

In model.py line 149
As the v.shape is [batch,2,obs_len,num_ped], then (v.permute(0, 3, 1, 2)[0, :, :, 0]).shape is [num_ped,2], which means the location of num_ped pedestrians at the first time step. The location of every pedestrian at the first timestep is (0,0). I am confused that how the line 149 in model.py can obtain the max speed change for every sequence.

Can you explain how to obtain group’s maximum change of speed and cluster the motion of pedestrians?

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

1 participant