We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear authors,
Based on the paper and code description, for the Bird Eye View, only position (x_t, y_t) is used as the input for the model. However, when I tried to re-run the code (ETH dataset), it seems to me that a state vector of dimension 6 is used instead of 2. Can you clarify what these inputs are? see https://github.com/umautobots/bidireaction-trajectory-prediction/blob/296a50126cd50a1d4a0395696a0567575c4d4df8/bitrap/modeling/bitrap_np.py#L202C1-L203C1
Thank you in advance
The text was updated successfully, but these errors were encountered:
I found it out myself. They are position, velocity and acceleration.
Sorry, something went wrong.
No branches or pull requests
Dear authors,
Based on the paper and code description, for the Bird Eye View, only position (x_t, y_t) is used as the input for the model. However, when I tried to re-run the code (ETH dataset), it seems to me that a state vector of dimension 6 is used instead of 2. Can you clarify what these inputs are? see https://github.com/umautobots/bidireaction-trajectory-prediction/blob/296a50126cd50a1d4a0395696a0567575c4d4df8/bitrap/modeling/bitrap_np.py#L202C1-L203C1
Thank you in advance
The text was updated successfully, but these errors were encountered: