nervaluate icon indicating copy to clipboard operation
nervaluate copied to clipboard

Bugfix stop double count when incorrect overlaps 2 true

Open n-drury opened this issue 1 year ago • 2 comments

  • add counted_as_incorrect flag and set to false
  • for scenario V and VI where offsets do not match check if not counted_as_incorrect to enter loop
  • ensures an incorrect prediction can only be counted once if it overlaps 2 or more true entities.

n-drury avatar Mar 10 '25 14:03 n-drury

Hi @n-drury! Sorry for the late reply, but thanks for pointing this out!

Currently it seems the tests are breaking. To understand your use case a bit more, can we have a snippet of code to replicate the error?

davidsbatista avatar May 18 '25 12:05 davidsbatista

Hi @n-drury!

Can you test the new release 1.0.0 and confirm the bug is fixed?

davidsbatista avatar Aug 22 '25 07:08 davidsbatista