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

Where do you store the tracklets of each pedestrian ? #15

Open
MounirB opened this issue Apr 25, 2022 · 1 comment
Open

Where do you store the tracklets of each pedestrian ? #15

MounirB opened this issue Apr 25, 2022 · 1 comment

Comments

@MounirB
Copy link

MounirB commented Apr 25, 2022

In mytest.py it seems to me that calc_trkpt helps you to find the next detection point using tracking. Are you storing tracklets somewhere to help you rebuild the complete track of each pedestrian ? How can we reproduce the tracking that is illustrated in the DroneCrowd README.md ?

@MounirB
Copy link
Author

MounirB commented Apr 26, 2022

At this stage of my understanding, it seems that the the tracking information is used to localize pedestrians at the t moment relying on their t-1 moment positions ? Am I right ?
I didn't find in your project how do you draw long tracks. In your paper, you said that you used Social LSTM and Min Cost Flow to compute these tracks. Do you use them in tandem or you compared both of the methods ?

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