Skip to content

Add F1 score metric to detection metrics#555

Closed
kayampady wants to merge 1 commit intoJdeRobot:masterfrom
kayampady:add-f1-metric
Closed

Add F1 score metric to detection metrics#555
kayampady wants to merge 1 commit intoJdeRobot:masterfrom
kayampady:add-f1-metric

Conversation

@kayampady
Copy link
Copy Markdown
Contributor

This PR adds F1 score as an evaluation metric for detection tasks.

F1 score provides a balanced measure of precision and recall, complementing the existing metrics in the detection pipeline.

The implementation integrates with the current metric computation framework and follows the existing design patterns.

@kayampady
Copy link
Copy Markdown
Contributor Author

The failing tests appear unrelated to the F1 metric changes in this PR.

All detection and segmentation metric tests pass successfully.

The failure is coming from tests/test_lidar.py with an Open3D-related TypeError in CI:
isinstance() arg 2 must be a type

This seems to be an environment/dependency issue with Open3D.

Related issue: #556

Happy to help debug or take this up in a separate PR if needed.

@kayampady
Copy link
Copy Markdown
Contributor Author

Closing this PR as it duplicates the earlier F1 implementation.

Will reopen PR #478 and link it with the newly created issue #556 as suggested.

@kayampady kayampady closed this Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant