Skip to content

Add initial support for object detection evaluation #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rudrakatkar
Copy link
Contributor

Hi @dpascualhe 👋

This draft PR adds a preliminary object detection pipeline using ImageDetectionModel and ImageDetectionDataset. I downloaded a test image and ran it through a torchvision based maskrcnn model for initial inference and metric testing.
The object detection pipeline works fine and detects the objects in image, but the metrics (precision, recall, and F1) all came back at zero.
I understand this is still tightly coupled with segmentation, so this is just to share how detection evaluation could integrate. I haven’t made any changes to the metrics module yet.
Let me know your suggestions happy to collaborate further on restructuring this properly into the shared architecture discussed in the issue.

Thanks!

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