open-metric-learning icon indicating copy to clipboard operation
open-metric-learning copied to clipboard

Metric learning and retrieval pipelines, models and zoo.

Results 55 open-metric-learning issues
Sort by recently updated
recently updated
newest added

**CHANGELOG** * Moved category wise metrics calculation logic from `EmbeddingMetrics` to functional metrics. * Removed `fnmr@fmr` metric from `EmbeddingMetrics` because we cannot guarantee correctness of its behaviour when postprocessor is...

rework
refactoring

A paper for inspiration: [link](https://paperswithcode.com/paper/recall-k-surrogate-loss-with-large-batches).

good first issue
research

![image](https://github.com/OML-Team/open-metric-learning/assets/33013904/4533e622-2d96-475f-8591-e2dfbdd0be37) We copied the format of the cars196 data set and made our own data set, with a total of 172 classes and a total of 450,000 pieces of data....

https://open-metric-learning.readthedocs.io/en/latest/feature_extraction/python_examples.html We used the example of the above URL, but there is no example of directly outputting two photos and outputting the classification results. In order to allow more people...

question

rework
high priority
refactoring

Hi! Are you planning to provide a tool for exporting to various formats, for example, onnx?

documentation
good first issue

**Amendments Overview:**
 This pull request introduces the following improvements: - Simplified import statements in the 'losses' module. - Simplified imports from the 'miners' module. - Simplified import paths for the...

Here are the steps to achieve goal: * Do all modality specific logic **only** in Dataset and Model. Rest of the classes have to be modality agnostic! * Stop using...

rework
high priority

Add support for fetching images from URLs in _read_bytes_image Previously, the function only supported reading image files from local paths. This commit extends its functionality to also fetch images from...

rework