Commit 8e9ef21
Add SAME (embodied navigation) as library (#1886)
## Description
Adds download tracking support for
[SAME](https://github.com/GengzeZhou/SAME) (State-Adaptive Mixture of
Experts), an ICCV 2025 paper on generic language-guided visual
navigation.
SAME distributes pretrained model weights as `.pt` files on HuggingFace:
https://huggingface.co/ZGZzz/SAME
## Changes
- Added `same` entry to `model-libraries.ts` with `countDownloads` for
`.pt` extension
- Added usage snippet to `model-libraries-snippets.ts`
## Related
- Paper: [SAME: Learning Generic Language-Guided Visual Navigation with
State-Adaptive Mixture of Experts](https://arxiv.org/abs/2412.05552)
- GitHub: https://github.com/GengzeZhou/SAME
- HuggingFace: https://huggingface.co/ZGZzz/SAME
---------
Co-authored-by: Lucain <lucainp@gmail.com>1 parent 42c7ff5 commit 8e9ef21
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
1046 | 1053 | | |
1047 | 1054 | | |
1048 | 1055 | | |
| |||
0 commit comments