Christoph Heindl

Results 122 comments of Christoph Heindl

Thanks for reporting. I didn't have time yet to look into the issues you mention. The first one is surely bug, the second one I'm unsure about. If neither an...

@cannon yes you are right, that's an oversight.

Hey, they seem to be MOTChallenge aliases for other metrics: https://github.com/cheind/py-motmetrics/blob/6597e8a4ed398b9f14880fa76de26bc43d230836/motmetrics/io.py#L379 ``` 'num_transfer': 'IDt', 'num_ascend': 'IDa', 'num_migrate': 'IDm', ``` Looking up the docstrings of keys in https://github.com/cheind/py-motmetrics/blob/6597e8a4ed398b9f14880fa76de26bc43d230836/motmetrics/metrics.py reveals ``` """Total...

Hey! The best you can do is to look at the accumulator itself select all rows that involve your target object.

I think I can answer question 1 Good question, actually! Wondered about it myself :) `eval_motchallenge` was written by myself as a general purpose evaluation for motchallenge metrics. Later `evaluateTracking`...

@sieumap43 that's a naming convention in Identification Metrics (ID) and was first used in the matlab-devkit. We sticked to it.

@facundo-lezama thanks for pointing this out!

I've found that `bool_` is part of the public API here https://numpy.org/doc/stable/user/basics.types.html So I will merge this to develop.

There seems to be some new? packages missing `from shapely.geometry import Point`. I'm not too keen about adding new external libraries until absolutely necessary. Could you rewrite your code without...

@Sentient07 there are some conflicts in your PR - would you mind resolving?