Add ckpt_cfg.json
Browse files- ckpt_cfg.json +11 -0
ckpt_cfg.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bingmap_nometa": "sat2sound/bingmap_nometa.ckpt",
|
| 3 |
+
"bingmap_withmeta": "sat2sound/bingmap_withmeta.ckpt",
|
| 4 |
+
"sentinel_nometa": "sat2sound/sentinel_nometa.ckpt",
|
| 5 |
+
"sentinel_withmeta": "sat2sound/sentinel_withmeta.ckpt",
|
| 6 |
+
"SoundingEarth_nometa": "sat2sound/SoundingEarth_nometa.ckpt",
|
| 7 |
+
"SoundingEarth_withmeta": "sat2sound/SoundingEarth_withmeta.ckpt",
|
| 8 |
+
"bingmap_i2t_baseline": "sat2text/bingmap_i2t_baseline.ckpt",
|
| 9 |
+
"mga-clap": "backbones/mga-clap.pt",
|
| 10 |
+
"satmae": "backbones/pretrain-vit-base-e199.pth"
|
| 11 |
+
}
|