Skip to content

Commit 3293405

Browse files
authored
Update hyperspherical models section in README
1 parent 0602871 commit 3293405

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ embeddings = model.encode(batch)
7474

7575
### Hyperspherical
7676

77-
| Model | Available | Paper | Code |
78-
|-------|:---------:|-------|------|
79-
| `sphereface` || [CVPR 2017](https://arxiv.org/abs/1704.08063) | [wy1iu/sphereface](https://github.com/wy1iu/sphereface) |
80-
| `arcface` || [CVPR 2019](https://arxiv.org/abs/1801.07698) | [deepinsight/insightface](https://github.com/deepinsight/insightface) |
77+
| Model | Available | Paper | Code |
78+
|------------------|:---------:|-------|------|
79+
| `megadescriptor` | [![HF](https://img.shields.io/badge/🤗-HuggingFace-yellow)](https://huggingface.co/BVRA/MegaDescriptor-L-384) | [WACV 2024](https://openaccess.thecvf.com/content/WACV2024/papers/Cermak_WildlifeDatasets_An_Open-Source_Toolkit_for_Animal_Re-Identification_WACV_2024_paper.pdf) | [WildlifeDatasets/wildlife-datasets](https://github.com/WildlifeDatasets/wildlife-datasets) |
80+
| `sphereface` || [CVPR 2017](https://arxiv.org/abs/1704.08063) | [wy1iu/sphereface](https://github.com/wy1iu/sphereface) |
81+
| `arcface` || [CVPR 2019](https://arxiv.org/abs/1801.07698) | [deepinsight/insightface](https://github.com/deepinsight/insightface) |
82+
8183

8284
### Product Manifolds
8385

0 commit comments

Comments
 (0)