amazon-science / siam-mot

SiamMOT: Siamese Multi-Object Tracking
Apache License 2.0
477 stars 61 forks source link

IMM #44

Open milktean opened 2 years ago

milktean commented 2 years ago

Hello,If I want to implement an Implicit motion model based on your paper, what should I do?

Do I just need to add the IMM folder under /siam-mot/siammot/modelling/track_head and imitate the EMM file to implement the corresponding code, can you give me a hint?

bingshuai2019 commented 1 year ago

Hi,

yes, you can do something similar, and IMM should be pretty straightforward to implement.