Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support cosine metric learning? #10

Open
feihuidiqiu opened this issue Mar 13, 2019 · 5 comments
Open

support cosine metric learning? #10

feihuidiqiu opened this issue Mar 13, 2019 · 5 comments

Comments

@feihuidiqiu
Copy link

It seems that the train.py does not support cosine metric learning in deepsort, is there a plan to support that? thank you

@ZQPei
Copy link
Owner

ZQPei commented Mar 13, 2019

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

@sandeshshrestha45
Copy link

Does it mean that it uses only standard softmax function ?

@dongfangduoshou123
Copy link

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

@ghm666
Copy link

ghm666 commented Aug 1, 2019

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.

@ZQPei
Copy link
Owner

ZQPei commented Aug 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants