Christoph Heindl

Results 120 comments of Christoph Heindl

Hey Pavel! I believe these categories have been introduced in the following paper ``` @inproceedings{li2009learning, title={Learning to associate: Hybridboosted multi-target tracker for crowded scene}, author={Li, Yuan and Huang, Chang and...

> So you don't want to add more to the master branch? Sorry, I didn't mean to say that. I just wanted to mention that the current behavior should persist....

Hey Pavel, sorry for the inconvenience. It's true that the registration is implicit through argument names. That's for historic reasons. I'm open to refactoring this part of the code basis...

From my point of view refactoring that part of the code would make a good investment into the future of py-motmetrics. I know of several metrics to be published in...

Hey, _short disclaimer: I am not aware of the state-of-the-art in 3d tracking nor common benchmarks/metrics._ Most of the current metrics computed in mot-metrics rely on solving some kind of...

@Borda, what are your arguments? I am not familiar with either system. I've found no conclusive threads, but random opinions like [this](https://news.ycombinator.com/item?id=17717513) and [that](https://netgen.io/blog/the-most-overlooked-part-in-software-development-writing-project-documentation). According to [this guide](https://docs.python-guide.org/writing/documentation/) Sphinx seems...

Thanks for the report. Indeed, we have currently have two applications that behave differently in this respect. The first one is the most generic one: https://github.com/cheind/py-motmetrics/blob/d261d16cca263125b135571231011ccf9efd082b/motmetrics/apps/eval_motchallenge.py#L81 and the other one...

Hey Jack, thanks for the investigation. With ignore you mean: `ignore if ann is matched` in accumulator.update?

Hey, you mean that you have annotations, but annotations are not consistently identified over multiple frames? Then tracking metrics are porbably not very well suited for your purpose. You might...