poseval icon indicating copy to clipboard operation
poseval copied to clipboard

Is there a BUG?

Open yinizhizhu opened this issue 6 years ago • 2 comments

When both 'trackidxGT' and 'trackidxPr' are empty, the evaluation code will be broken. Running time error is shown: "IndexError: list out of range". And the error happened in "mh.compute(accAll[i],...)".

For the case, ['num_misses', 'num_switches', 'num_false_positives', 'num_objects', 'num_detections'] should be [0, 0, 0, 0, 0].

I wish that the authors can fix this bug.

yinizhizhu avatar Dec 02 '19 13:12 yinizhizhu

"When both 'trackidxGT' and 'trackidxPr' are empty" means that 'accAll[*]' does not update.

The following zip file contains the case which will cause the running error. Both GT and PR do not have 'right ankle'.

Bug.zip

The zip file contains:

  • GT/: store the ground truth
  • PR/: store the tracking results

yinizhizhu avatar Dec 03 '19 07:12 yinizhizhu

I also met this kind of situation, have you solved it?

chenhaomingbob avatar Mar 06 '20 01:03 chenhaomingbob