Skip to content

feat: additional instance matching information#95

Merged
josafatburmeister merged 3 commits into
mainfrom
feat/filtering_of_fps_in_instance_detection_metrics
May 22, 2026
Merged

feat: additional instance matching information#95
josafatburmeister merged 3 commits into
mainfrom
feat/filtering_of_fps_in_instance_detection_metrics

Conversation

@josafatburmeister
Copy link
Copy Markdown
Contributor

@josafatburmeister josafatburmeister commented May 22, 2026

This PR extends the match_instances method from pointtorch.metrics.instance_segmentation with a return_best_matches option that provides the IDs of the target instances with the highest overlap to each predicted instance (including unmatched instances), and vice versa.

@github-actions
Copy link
Copy Markdown

The documentation for this pull request was deployed at https://ai4trees.github.io/pointtorch/pr95.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

❌ Patch coverage is 98.46154% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../metrics/instance_segmentation/_match_instances.py 98.46% 1 Missing ⚠️
Files with missing lines Coverage Δ
.../metrics/instance_segmentation/_match_instances.py 99.67% <98.46%> (-0.33%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@josafatburmeister josafatburmeister changed the title feat: filtering of false positives in instance detection metrics feat: additional instance matching information May 22, 2026
@josafatburmeister josafatburmeister merged commit 952a761 into main May 22, 2026
15 checks passed
@josafatburmeister josafatburmeister deleted the feat/filtering_of_fps_in_instance_detection_metrics branch May 22, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant