Git Product home page Git Product logo

Comments (5)

AlexDotHam avatar AlexDotHam commented on August 25, 2024

You can use the maximum probability value of each coordinate estimation as the prediction confidence (I have tried using the mean of four coordinates) as the indicator of disappearance. In ARTrackV2, our experiments have shown that although this approach does not provide a point, it can limited the identification of target disappearance, but it may cause potential misjudgment of similar targets.

from artrack.

iMaTzzz avatar iMaTzzz commented on August 25, 2024

I understand, I guess it would be at least a way to automate this process instead of me trying to manually process the video and add a frame number where the tracker should stop tracking.

maximum probability value of each coordinate estimation as the prediction confidence

Where can I find the probability of each estimation ? The estimations are located in out['seqs'] right (before getting processed), is it another key/value inside the out dictionary ?

from artrack.

AlexDotHam avatar AlexDotHam commented on August 25, 2024

out['class'] contains the respective probability you need, or you can change the code in ./lib/models/layers/head_seq.py line 891, the value is the probability and extra_seq is the coordinate

from artrack.

iMaTzzz avatar iMaTzzz commented on August 25, 2024

I understand, thank you.

I tried printing the probabilities but the results seem to be weird.
This is just an example: classes=array([[0.22669046, 0.24877244, 0.20131457, 0.21281606]], dtype=float32), mean=0.22239838540554047
For some reason, throughout the whole video, even though the car is perfectly tracked, the mean is still low (around 20%) and as the car disappears at the end, the mean doesn't really change. Am I doing things wrong ?

from artrack.

AlexDotHam avatar AlexDotHam commented on August 25, 2024

This is an imperfect indicator for evaluating whether the goal disappears, and it cannot be 100% certain of its disappearance. However, it can demonstrate good performance at certain times, and your probability is normal. If you do not use SIoU loss during training, you may achieve better results.

from artrack.

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.