Add config.json to enable download tracking
#1
by 4latte - opened
- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "chipoint",
|
| 3 |
+
"task": "image-geolocation",
|
| 4 |
+
"benchmark": "OSV-5M",
|
| 5 |
+
"encoders": [
|
| 6 |
+
{"tag": "so400m256", "name": "ViT-SO400M-16-SigLIP2-256", "pretrained": "webli", "loader": "open_clip", "dim": 1152},
|
| 7 |
+
{"tag": "dinov3", "name": "facebook/dinov3-vitl16-pretrain-lvd1689m", "loader": "transformers", "dim": 1024, "preprocess": "Resize(256)->CenterCrop(224)", "pooling": "pooler_output"},
|
| 8 |
+
{"tag": "gopt", "name": "ViT-gopt-16-SigLIP2-256", "pretrained": "webli", "loader": "open_clip", "dim": 1536}
|
| 9 |
+
],
|
| 10 |
+
"head": {"arch": "Linear(D,1024)-GELU-Dropout(0.1)-Linear(1024,512)", "l2_normalized": true, "trained_with": "CosFace margin over KMeans geocells"},
|
| 11 |
+
"gallery_images": 4900000,
|
| 12 |
+
"retrieval": {"top_m_per_encoder": 200, "fused_top_k": 64, "fusion": "z-sum over union"},
|
| 13 |
+
"consensus": {"density_weight": 0.3, "vote_gamma": 0.8, "lambda_1493km": 1.7, "mu_750km": 0.8, "bandwidth_km": [1492.7, 750.0], "gate_percentile": 60},
|
| 14 |
+
"inference": "run_chipoint.py",
|
| 15 |
+
"license": "cc-by-nc-4.0"
|
| 16 |
+
}
|