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

Everything gets 0 / NaN if confidence is -1 in motChallenge format #170

Open
Sebastian-Vogt opened this issue Sep 5, 2022 · 1 comment

Comments

@Sebastian-Vogt
Copy link

As stated in this issue #8 and in the comments following this one:
All the results get 0s or NaN, if one insterts GT data with -1 as confidence.
The mot challenge instructions state, that 0s should be ignored and any other value should be used.
They also use -1 in their example.

@jvlmdr
Copy link
Collaborator

jvlmdr commented Sep 5, 2022

It indeed seems like the original matlab toolkit excludes only gt rows with confidence == 0. See here:
https://github.com/dendorferpatrick/MOTChallengeEvalKit/blob/45098695e9c57999793181b658bebce380df6686/matlab_devkit/evaluateTracking.m#L50

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

2 participants