tusen-ai / SimpleTrack

MIT License
345 stars 64 forks source link

constant velocity model #28

Closed ifzhang closed 2 years ago

ifzhang commented 2 years ago

Thanks for your wonderful work! Do you have the code for the constant velocity model on Nuscenes dataset? I tried to implement the constant velocity model but cannot reproduce the results. Is there any preprocessing of the velocity or time stamp? Thank you very much!

ziqipang commented 2 years ago

@ifzhang We haven't summarized the code for the constant velocity model yet, but you can check out our dev branch for an "uncleaned" implementation. In brief, you only need to change the motion_model field in the configuration file to velo, as in this example of Waymo Open Dataset.

ifzhang commented 2 years ago

I will check the dev branch. Thank you very much!