BiliSakura commited on
Commit
eb4ceca
·
verified ·
1 Parent(s): fb50436

Update all files for SegEarth-OV

Browse files
Files changed (1) hide show
  1. OV/config.json +21 -0
OV/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "OV",
3
+ "backbone": "CLIP",
4
+ "model_id": "openai/clip-vit-base-patch16",
5
+ "vit_type": "ViT-B/16",
6
+ "featup": "jbu_one",
7
+ "featup_weights": "weights/featup/xclip_jbu_one_million_aid.ckpt",
8
+ "cls_token_lambda": -0.3,
9
+ "logit_scale": 50.0,
10
+ "clip_types": [
11
+ "CLIP",
12
+ "OpenCLIP",
13
+ "MetaCLIP",
14
+ "RemoteCLIP",
15
+ "GeoRSCLIP",
16
+ "SkyCLIP",
17
+ "BLIP",
18
+ "ALIP"
19
+ ],
20
+ "local_backbone": "weights/backbone/clip-vit-base-patch16"
21
+ }