Release release.4.0.0
Unclaimed project
Are you a maintainer of open-metric-learning? Claim this project to take control of your public changelog and roadmap.
Changelog
Metric learning and retrieval pipelines, models and zoo.
Release release.4.0.0
The update focuses on several components:
We added "official" texts support and the corresponding Python examples. (Note, texts support in Pipelines is not supported yet.)
We introduced the RetrievalResults (RR) class — a container to store gallery items retrieved for given queries.
RR provides a unified way to visualize predictions and compute metrics (if ground truths are known)...