SegEarth-OV / OV-2 /config.json
Dingyi111's picture
Duplicate from BiliSakura/SegEarth-OV
fabc606
raw
history blame contribute delete
439 Bytes
{
"version": "OV-2",
"backbone": "AlignEarth",
"model_id": "BiliSakura/AlignEarth-SAR-ViT-B-16",
"vit_type": "ViT-B/16",
"featup": "jbu_one",
"featup_weights": "weights/featup/xclip_jbu_one_million_aid.ckpt",
"cls_token_lambda": -0.3,
"logit_scale": 50.0,
"notes": "SAR-adapted CLIP via knowledge distillation. Also supports openai/clip-vit-base-patch16.",
"local_backbone": "weights/backbone/AlignEarth-SAR-ViT-B-16"
}