-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can the modules for group and pedestrian interaction in the code be used independently? #8
Comments
Hi @Pradur241, Of course! You can extract the group indices without a predictor using Lines 211 to 212 in 49d86ec
|
Thanks! |
@InhwanBae The determination of the value of self.th is a subject of my curiosity. How should this value be adjusted to accommodate pedestrian interaction in various scenarios? |
@Pradur241 The value of |
OK,thanks for answering |
I am currently trying to implement a crowd grouping algorithm, and I was greatly inspired by your work. I would like to ask if the code for row-to-row group interaction can be used alone without the prediction part.
The text was updated successfully, but these errors were encountered: