You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: