Christoph Heindl
Christoph Heindl
As I'm not actively researching MOT topics anymore, I wonder if we should let any MOT challenge sites know about this particular addition?
Hi, thanks a lot for your contribution!
I wonder if you could also add a HOTA metric to this https://github.com/cheind/py-motmetrics/blob/8c25d76c03ad77e0c8a180717be75c53618a5541/motmetrics/tests/test_metrics.py#L422 test? I guess we could derive the necessary GT-values by running the files through the official implementation?
you mean to add it to `mm.metrics.motchallenge_metrics`? I believe one could make a separate list of metrics for HOTA? such that we can write ``` summary = mh.compute_many( accs, metrics=mm.metrics.motchallenge_metrics...
> Also I need some hint how to implement the actual HOTA which is an average of hota_iou across a range of iou thresholds. I hopefully can have a look...
@Rusteam , @Justin900429 how does your PR relate to this one?
thanks for the report. not sure what's happening here - but seems like an c++ issue (besides some warnings about incorrect setup files). I'll try to reproduce - but that...
Hi, I'm not sure I can follow (and I'm not sure I can remember everything about my code :) Do you have references for your suggestion? Are you referring to...
Ah, now I think I know what you are refering to. Equation 11 however refers to the numerical estimation of the gradient (see equation 9) in an image through subtracting...
Yes you are right! Interesting, never experienced an issue in my tests.