RainBowLuoCS / DiffusionTrack

[AAAI 2024] DiffusionTrack: Diffusion Model For Multi-Object Tracking. DiffusionTrack is the first work to employ the diffusion model for multi-object tracking by formulating it as a generative noise-to-tracking diffusion process.
Other
164 stars 7 forks source link

Question about HungarianMatcherDynamicK #2

Closed yulin010101 closed 2 weeks ago

yulin010101 commented 1 year ago

Hello author, I am confused about the following code. Can you please explain the meaning of this?

https://github.com/RainBowLuoCS/DiffusionTrack/blame/cd1b1d4cc004a97921d8cad3337ecd97d6902206/diffusion/models/diffusion_losses.py#L344

RainBowLuoCS commented 1 year ago

It is a part of 3D GIOU loss calculation process. We will soon release our model weight and extra appendix with the kinds of details.

yulin010101 commented 1 year ago

I see. Thank you for your explanation.

hmg2023 commented 11 months ago

Hello author, How long can the model weight be released?

RainBowLuoCS commented 11 months ago

the paper is under review (model weight coming soon, please stay tuned)