shunpeng commited on
Commit
f6d6022
·
verified ·
1 Parent(s): c460e5e

docs: add Hugging Face Spaces demo

Browse files

Add the official SAGE interactive demo hosted on Hugging Face Spaces to the README.

Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -8,6 +8,12 @@ tags:
8
  - dinov2
9
  pipeline_tag: image-feature-extraction
10
  library_name: pytorch
 
 
 
 
 
 
11
  ---
12
 
13
  # SAGE-VPR
@@ -15,11 +21,26 @@ Official checkpoints for **SAGE: Spatial-visual Adaptive Graph Exploration for E
15
 
16
  Paper: https://arxiv.org/abs/2509.25723
17
  GitHub: https://github.com/chenshunpeng/SAGE
18
- Project Page: https://chenshunpeng.github.io/projects/SAGE
 
19
 
20
  ## Checkpoints
21
  | File | Description |
22
  | --- | --- |
23
  | `SAGE.pth` | Full SAGE checkpoint with the cross-image encoder. |
24
  | `SAGE_No-Encoder_Vit-B.pth` | SAGE checkpoint without the cross-image encoder, using DINOv2 ViT-B as the backbone. |
25
- | `SAGE_No-Encoder_Vit-L.pth` | SAGE checkpoint without the cross-image encoder, using DINOv2 ViT-L as the backbone. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - dinov2
9
  pipeline_tag: image-feature-extraction
10
  library_name: pytorch
11
+ language:
12
+ - en
13
+ metrics:
14
+ - recall
15
+ base_model:
16
+ - facebook/dinov2-base
17
  ---
18
 
19
  # SAGE-VPR
 
21
 
22
  Paper: https://arxiv.org/abs/2509.25723
23
  GitHub: https://github.com/chenshunpeng/SAGE
24
+ Project Page: https://chenshunpeng.github.io/projects/SAGE
25
+ Demo: https://huggingface.co/spaces/shunpeng/sage-visual-place-recognition
26
 
27
  ## Checkpoints
28
  | File | Description |
29
  | --- | --- |
30
  | `SAGE.pth` | Full SAGE checkpoint with the cross-image encoder. |
31
  | `SAGE_No-Encoder_Vit-B.pth` | SAGE checkpoint without the cross-image encoder, using DINOv2 ViT-B as the backbone. |
32
+ | `SAGE_No-Encoder_Vit-L.pth` | SAGE checkpoint without the cross-image encoder, using DINOv2 ViT-L as the backbone. |
33
+
34
+ ## Online Demo
35
+
36
+ An interactive demo is available on Hugging Face Spaces:
37
+
38
+ [Try the SAGE Visual Place Recognition Demo](https://huggingface.co/spaces/shunpeng/sage-visual-place-recognition)
39
+
40
+ ## Acknowledgements
41
+
42
+ This interactive demo was originally created by
43
+ [@apolinario](https://github.com/apolinario) and the
44
+ [Hugging Face](https://huggingface.co/) open-source team.
45
+
46
+ We sincerely appreciate their support in making SAGE more accessible to the community.