Giter VIP home page Giter VIP logo

Comments (5)

yihongXU avatar yihongXU commented on July 29, 2024

Yes. We don't release yet the code for training DHN.

Please stay tuned.

from deepmot.

gongshichina avatar gongshichina commented on July 29, 2024

Ok, thanks for your kind reply. Another question, when training the DHN model, why we don't use the ground truth of assignment, but the output of original Hungarian algorithm instead.

when construct a binary hard assignment mask to calculate the TPt, we used the ground truth of assignment, isn't it?

Many thanks.

from deepmot.

yihongXU avatar yihongXU commented on July 29, 2024

Hi, actually it is a question about eggs and chickens. We don't know the ground-truth detection/outputs of SOT -to- object assignments. If we know, MOT is not a problem any more. Moreover, the best assignment is always w.r.t a certain criterion. You should define the criterion (appearance similarity, geometry distance, etc.) to calculate the match among them.

However this is only my own understanding.

from deepmot.

gongshichina avatar gongshichina commented on July 29, 2024

Another problem, you say as below in the paper

As described in [6], the input distance values larger than a threshold τd should not lead to an assignment, and are therefore multiplied by a large scaling factor inf before input to the DHN.

but actually you didn't do that in code. And I think it will be set 1.0 instead of inf since the distance has been normalized.

Thanksssss

from deepmot.

yihongXU avatar yihongXU commented on July 29, 2024

Actually we tried both. But it led to similar results. It may due to the fact that the distance tends to 1 and DHN doesn't assign a high probability to it, even without threshold operation.
According to MOT evaluation, you should somehow add the threshold. But it is not a crucial factor for the performance, according to our experiments.

from deepmot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.