TrackFormer: Multi-Object Tracking with Transformers

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 5

  • @H0LAI
    @H0LAI Před rokem +1

    This is pure gold! Huge! Thanks for share. invaluable to a project I am working on

  • @subramanyabhat446
    @subramanyabhat446 Před 4 měsíci

    The loss functions were definitely a bit tricky to get around. But that was a really cool video tho!
    One thing you could've also touched upon is the usage of deformable detr in place of detr. I can see the trackformer code does incorporate it but wanted to know what changes in trackformer when you switch from detr to deformable one?

  • @samanthaqiu3416
    @samanthaqiu3416 Před rokem +1

    the index and the sigma discussion at 19:00at minimum cost mapping is confusing to me, I'll have to rewatch it later

    • @soroushmehraban
      @soroushmehraban  Před rokem +1

      Yes it took me some time to understand that as well to be honest. If you have any specific questions, ask them. I’ll be glad to clarify.

  • @蔡嘉祥-q6m
    @蔡嘉祥-q6m Před 8 měsíci

    Hi,I am currently reading this paper, and I don't know where do the sigma_NMS and the other sigma threshold come from since the output according to this paper is just bounding box and classification result.
    Where do we get those sigma value from the output of TrackFormer ?
    Or the sigma value is the front 3 value of the classification score vector ?