rwightman HF staff commited on
Commit
89f88f5
·
verified ·
1 Parent(s): 417dfad
Files changed (4) hide show
  1. README.md +10 -0
  2. config.json +40 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-feature-extraction
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for sam2_hiera_large.fb_r1024_2pt1
9
+
10
+ `timm` SAM2 (HieraDet image encoder only) weights from https://huggingface.co/facebook/sam2.1-hiera-large
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "sam2_hiera_large",
3
+ "num_classes": 0,
4
+ "num_features": 1152,
5
+ "pretrained_cfg": {
6
+ "tag": "fb_r1024_2pt1",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 1024,
11
+ 1024
12
+ ],
13
+ "min_input_size": [
14
+ 3,
15
+ 256,
16
+ 256
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 1.0,
21
+ "crop_mode": "center",
22
+ "mean": [
23
+ 0.485,
24
+ 0.456,
25
+ 0.406
26
+ ],
27
+ "std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "num_classes": 0,
33
+ "pool_size": [
34
+ 32,
35
+ 32
36
+ ],
37
+ "first_conv": "patch_embed.proj",
38
+ "classifier": "head.fc"
39
+ }
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f110e97fb2039f08ac811467827de9f2928ae71c594dda9a1572301991900f
3
+ size 848661592
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3bb91094b15c1b613fc90f180d6de04caa5dc572f319b2faa5ce63845a7eeb
3
+ size 848820922