Coder Social home page Coder Social logo

Comments (5)

ZQPei avatar ZQPei commented on August 27, 2024

Yeah, you can change model.py to use SOTA reid models.

from deep_sort_pytorch.

sandeshshrestha45 avatar sandeshshrestha45 commented on August 27, 2024

Does it mean that it uses only standard softmax function ?

from deep_sort_pytorch.

dongfangduoshou123 avatar dongfangduoshou123 commented on August 27, 2024

deep sort中位置的更新就是kalman滤波去做;
提取的cnn特征仅用于已跟踪的目标的cnn特征
与新检测的目标的cnn特征之间计算效率矩阵;
效率矩阵用于确定检测与已跟踪之间的匹配问题
(通过匈牙利算法),得到maches、unmatch_tracks、unmatch_dets分别做不同的跟踪处理,如初始化新跟踪器,update位置、mark_miss。
是这么个过程吧。

from deep_sort_pytorch.

ghm666 avatar ghm666 commented on August 27, 2024

Does it mean that it uses only standard softmax function ?
I looked at the code and found that the cosine metric learning is not supported.

from deep_sort_pytorch.

ZQPei avatar ZQPei commented on August 27, 2024

Does it mean that it uses only standard softmax function ?
I looked at the code and found that the cosine metric learning is not supported.

Yes, it only uses standard softmax function here, no cosine metric learning.
Pull requests is welcomed for improvement.

from deep_sort_pytorch.

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.