nervaluate
nervaluate copied to clipboard
Bugfix stop double count when incorrect overlaps 2 true
- 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.
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?
Hi @n-drury!
Can you test the new release 1.0.0 and confirm the bug is fixed?