Closed jianingwangind closed 1 year ago
@jianingwangind Thanks for the question! We haven't tried to use detection results directly as the input. The following are my own thoughts.
@ziqipang Thanks for your quick reply.
I am asking the question because i saw that on NuScenes tracking leaderboard, tracking-by-detection was outperforming query-based tracker like MUTR3D by a large margin and also the success of MOTRv2 in 2D tracking.
And i have also tried to replace the DETR3Dhead in MUTR3D with PETRhead, regarding to the different query/ref_pts generation procedures, unfortunately it just didn't work , so it would be great to have a look at your code :) Thanks again!
@jianingwangind This is a good observation: a stronger detector can improve AMOTA, no matter if the tracker is better. I hope my code will help in forming a general interface to adapt query-based detection heads.
Sure it will, so code release may happen in middle march? Looking forward to it.
@ziqipang regarding to the pseudo code for track extension, i have two questions:
In B.2.
Thanks.
@jianingwangind Thanks for the careful reading! I think the pseudo-code might need improvement on my next version.
Thanks for your detailed explanation, and now i understand
@jianingwangind Please check out our latest release. Please also refer to the document of https://github.com/TRI-ML/PF-Track/blob/main/documents/detection_heads.md for integrating with other detection heads.
@ziqipang Thousand thanks!
Thanks for sharing the great work!
May i ask that have you tried to use the 3D detection results as network inputs and maybe any denoise techniques as well? Thanks.