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

Posibility to train models within the summary detector for specific object recognition? #241

Open
dumitrescu5 opened this issue Jan 16, 2025 · 2 comments
Labels
question Further information is requested

Comments

@dumitrescu5
Copy link
Collaborator

Hi, I was wondering if it's possible in ammico to improve detection of specific objects (e.g., certain flags) by training a model specifically to this purpose? Or are there other ways to achieve this? Thanks:-)

@dumitrescu5 dumitrescu5 added the question Further information is requested label Jan 16, 2025
@iulusoy
Copy link
Member

iulusoy commented Feb 5, 2025

Possibly use the multimodal search (MultimodalSearch) instead of the SummaryDetector, can you provide an example of an object and some files that contain it?

@dumitrescu5
Copy link
Collaborator Author

Thanks! Yes, that seems the most promising way, but I got a bit stuck. I can check if there similarity between images depicting the object and other images in the data base, but for each example image I obtain a separate similarity score, and there doesn't seem to be the possibility to teach the tool that the example images are representations of the same object that should be searched for in the larger data base... Unless I overlooked something? So basically, I don't know how to make it go through this reasoning: this is bunch of images about an object --> this is the object I'm looking for --> search for it in the data base... Thanks again for any thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants