Skip to content
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

zero shot object detection #176

Open
dlangenk opened this issue Jul 23, 2024 · 1 comment
Open

zero shot object detection #176

dlangenk opened this issue Jul 23, 2024 · 1 comment

Comments

@dlangenk
Copy link
Member

We could add a zero shot object detection pipeline, which works quite great for more common objects like fish. We could integrate this into the MAIA tool as well, BUT one problem is that the threshold values are rather sensitive, so seeing the results on one image and then finetuning the threshold would be very beneficial. However, this would lead to more implementation effort. The python scripts are already there to perform the detection.

@mzur
Copy link
Member

mzur commented Jul 23, 2024

MAIA currently has an additional step to review the training proposals of the novelty detection or the existing annotations of knowledge transfer. With zero shot detection we could show a subset of detections as "training proposals" and then implement a new way to restart the MAIA job with new parameters.

@mzur mzur transferred this issue from biigle/core Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Medium Priority
Development

No branches or pull requests

2 participants