GeoMoE / README.md
Frank0666's picture
Initial model release
988a9d4 verified
|
Raw
History Blame Contribute Delete
1.21 kB
---
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.