Petrichor625 / BATraj-Behavior-aware-Model

[AAAI 2024] Official PyTorch Implementation of ''BAT: Behavior-Aware Human-Like Trajectory Prediction for Autonomous Driving''.
https://arxiv.org/abs/2312.06371
66 stars 6 forks source link

About the utils.py #1

Open 76qian opened 8 months ago

76qian commented 8 months ago
668d0e9fdcb749544e9d07e49715689

Hello author, I have read your paper and it is an excellent work. I tried to reproduce your code using the NGSIM dataset, but I found an error in utils.py, as shown in the figure. How should I resolve this error?

Petrichor625 commented 8 months ago

Thank you very much for your interest in our work! The dataset you're referring to was uploaded on May 24th. I realize that the version provided may not be fully compatible, but I'm currently unable to access the appropriate server to update it. I plan to upload a new version as soon as possible.

In the meantime, if you're trying to get the model to run, you could temporarily comment out the line of code in question (ignoring the radial velocity), which should allow the program to run normally.

Thanks for your understanding and patience!

ChengkaiYang commented 8 months ago

Thank you very much for your interest in our work! The dataset you're referring to was uploaded on May 24th. I realize that the version provided may not be fully compatible, but I'm currently unable to access the appropriate server to update it. I plan to upload a new version as soon as possible.

In the meantime, if you're trying to get the model to run, you could temporarily comment out the line of code in question (ignoring the radial velocity), which should allow the program to run normally.

Thanks for your understanding and patience!

Sorry to disturb you.I would like to ask:do you mean this? image

harryguantj commented 6 months ago

RuntimeError: mat1 and mat2 shapes cannot be multiplied (40962 and 332) image

Petrichor625 commented 6 months ago

@harryguantj Thank you for your interest in our work. This should be a problem with the hyperparameter setting corresponding to until.py. We will upload a more explicit version to help you follow our model better. Thank you for your kind patience!

Zhangxx1218 commented 5 months ago

I have the same question.Expect author's newest work!