vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
https://vitrivr.org
MIT License
6 stars 3 forks source link

Missing Implementation in FES / ImageClassification #96

Closed ppanopticon closed 3 months ago

ppanopticon commented 3 months ago

The retrieval side of the org.vitrivr.engine.base.features.external.implementations.classification.ImageClassification is currently missing. I think it would make sense to have an implementation for the first release candidate.

Basically, what we need here is an extension of a simple AbstractRetriever. Optionally, the retriever generates labels from an incoming image and uses them for the query.

faberf commented 3 months ago

Optionally, the retriever generates labels from an incoming image and uses them for the query. I cannot imagine when this would be useful at the moment.

98 I think this is already fine, no?

ppanopticon commented 3 months ago

Closed! Thanks @faberf