BiliSakura commited on
Commit
de228d2
·
verified ·
1 Parent(s): 0830a58

Update all files for SegEarth-OV

Browse files
Files changed (1) hide show
  1. OV-3/config.json +9 -0
OV-3/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "OV-3",
3
+ "backbone": "SAM3",
4
+ "model_id": "facebook/sam3",
5
+ "featup": null,
6
+ "cls_token_lambda": 0,
7
+ "notes": "Uses SAM3 image model; no SimFeatUp (native resolution). Requires sam3 package.",
8
+ "local_checkpoint": "weights/backbone/sam3/model.safetensors"
9
+ }