tusen-ai / SimpleTrack

MIT License
342 stars 64 forks source link

constant velocity model #28

Closed ifzhang closed 1 year ago

ifzhang commented 1 year 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 1 year 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 1 year ago

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