Open raspbe34 opened 3 years ago
@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?
@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 .
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?