File size: 1,212 Bytes
988a9d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
license: apache-2.0
library_name: pytorch
tags:
- cross-view-geo-localization
- image-retrieval
- mixture-of-experts
- dinov2
- vigor-m
- justzoomin
---
# GeoMoE Weights
This Hugging Face Git/LFS repository contains the binary artifacts for the
GeoMoE code release. It is designed to be cloned as `weights/` inside the GitHub
repository; the parent repository ignores the entire directory.
| Dataset | Backbone | Path residual calibrator | Evaluation protocol |
|:--|:--|:--|:--|
| VIGOR-M | `vigor_m/geomoe_b11_e5_e60.pth` | `vigor_m/path_calibrator.pt` | official train -> full test |
| JustZoomIn | `justzoomin/geomoe_b11_e5_e60.pth` | `justzoomin/path_calibrator.pt` | official train -> val |
Both backbones use DINOv2 ViT-B/14, a routed FFN in zero-based Block 11, five
experts, and Top-2 routing. Both calibrators are lightweight residual rerankers
trained without evaluation labels. Exact sizes and SHA256 hashes are recorded in
`manifest.json`.
```bash
git clone https://github.com/fanrj3/GeoMoE.git
cd GeoMoE
git clone https://huggingface.co/Frank0666/GeoMoE weights
python scripts/tools/verify_weights.py
```
The `.gitattributes` file requires Git LFS for `.pth` and `.pt` files.
|