nucleus-python-client icon indicating copy to clipboard operation
nucleus-python-client copied to clipboard

[Validate] add warning for unspecified arguments, and change default values

Open sasha-scale opened this issue 3 years ago • 0 comments

Fixes some problems with 3D evaluation metrics and adds unit test coverage on the numerical correctness of metric functions.

Specific issues found:

  • enforcing label matches not properly taken into account by 3D metrics.
  • default IoU threshold of 0.0 causing some hidden unexpected behavior
  • incorrect weight/denominator for iou matches. Should divided by number of valid IoU matches, rather than # of predictions or # of annotations

sasha-scale avatar Apr 19 '22 21:04 sasha-scale