Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
tags:
|
| 4 |
+
- remote-sensing
|
| 5 |
+
- image-retrieval
|
| 6 |
+
- cross-scale
|
| 7 |
+
license: other
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# CrossSO
|
| 11 |
+
|
| 12 |
+
Model checkpoints for CrossSO:
|
| 13 |
+
|
| 14 |
+
- `router.safetensors`
|
| 15 |
+
- `vision_language_predictor.safetensors`
|
| 16 |
+
- `feature_predictor.safetensors`
|
| 17 |
+
|
| 18 |
+
[Code](https://github.com/xzhacc/CrossSO) 路 [Reference](https://huggingface.co/papers/2604.11415)
|