Closed mikel-brostrom closed 4 months ago
I just saw this comment in the PR @Justin900429 :
- Users should create a list of accumulator and compute the average manually.
I suppose this implies that mh.compute_many
should be called for each sequence
I am trying to run the following:
But I get the following error:
When flattening the 2D list obtained from compare_to_groundtruth_reweighting , by:
I get:
How should we use HOTA when working with multiple files @Justin900429 ? Are we supposed to run
mh.compute_many
for each sequence as accumulating with HOTA does not seem to work?