cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.37k stars 259 forks source link

Why the MOTP result is different? #101

Closed ZhiyuanChen closed 4 years ago

ZhiyuanChen commented 4 years ago

Thank you very much for the great work! (Though the document might need some improvements

I'm a bit confused why the MOTP between this version and the official version is different, more specifically, why the sum of a MOTP result between these two version is 1, (in another word, why it is 1 - MOTP?

ZhiyuanChen commented 4 years ago

Sorry I should have read the README more carefully

cheind commented 4 years ago

maybe we need a better structured readme?

ZhiyuanChen commented 4 years ago

maybe we need a better structured readme?

Yes I believe so

It takes me quite some time to know how to test get the result of MOT. I mean, usually it should take no more than a minute.

Actually I think for a multi-functional package like this, a mkdocs can be better.

cheind commented 4 years ago

Hey! I agree that mkdocs documentation can really help new users find their way around.

Thanks for the hint.

On Sat, May 2, 2020 at 2:07 PM Zhiyuan Chen notifications@github.com wrote:

maybe we need a better structured readme?

Yes I believe so

It takes me quite some time to know how to test get the result of MOT. I mean, usually it should take no more than a minute.

Actually I think for a multi-functional package like this, a mkdocs can be better.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cheind/py-motmetrics/issues/101#issuecomment-622943680, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJNJMDMQC7OSSANDIZZBDRPQEJRANCNFSM4MR3FZ7A .

ZhiyuanChen commented 4 years ago

Hey! I agree that mkdocs documentation can really help new users find their way around. Thanks for the hint. On Sat, May 2, 2020 at 2:07 PM Zhiyuan Chen @.***> wrote: maybe we need a better structured readme? Yes I believe so It takes me quite some time to know how to test get the result of MOT. I mean, usually it should take no more than a minute. Actually I think for a multi-functional package like this, a mkdocs can be better. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#101 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJNJMDMQC7OSSANDIZZBDRPQEJRANCNFSM4MR3FZ7A .

Glad I can help. And I'm quite familiar with mkdocs (my blog is build on that, I can help you set it up

cheind commented 4 years ago

Thanks, I have seen the PR, but haven't found time to look into it.