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
Hi, first of all, thanks for your awesome work and sharing that to us.
I tried to make inference/visualization code by myself, unfortunately, there were some problems.
Maybe library's mismatching, my insufficient coding skills, or something else.
So, can i get your inference/visualization code or even skeleton base code?
The text was updated successfully, but these errors were encountered:
@raspbe34 Hi, I am a beginner, and I want to get inference/visualization code too. Did you solve this problem?Thank you! @wqi Could you help me?
Sorry, something went wrong.
@raspbe34 Hi, I am a beginner, and I want to get inference/visualization code too. Did you solve this problem?Thank you!
@Yuanhf3754
I did it myself by using Argoverse Motion Forecasting Baselines and some Argoverse map api.
It's hard to give you the full code, but Argoverse Motion Forecasting Baselines will be helpful for you.
Also, because WIMP learns by pulling the training data back to ego vehicle, you have to put the WIMP's output back
to it's original coordinates by using reverse-translation and reverse-rotation if you want to use Argoverse map api.
There are absolute coordinate difference and rotation angle in input_dict.
@raspbe34 Maybe I just need a test code for submission and learning. Thank you for your reply, I will try it .
No branches or pull requests
Hi, first of all, thanks for your awesome work and sharing that to us.
I tried to make inference/visualization code by myself, unfortunately, there were some problems.
Maybe library's mismatching, my insufficient coding skills, or something else.
So, can i get your inference/visualization code or even skeleton base code?
The text was updated successfully, but these errors were encountered: