rwightman HF staff commited on
Commit
1004e1a
·
verified ·
1 Parent(s): 52c60ac
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_small.fb_r896_2pt1
9
+
10
+ `timm` SAM2 (HieraDet image encoder only) weights from https://huggingface.co/facebook/sam2.1-hiera-small
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "sam2_hiera_small",
3
+ "num_classes": 0,
4
+ "num_features": 768,
5
+ "pretrained_cfg": {
6
+ "tag": "fb_r896_2pt1",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 896,
11
+ 896
12
+ ],
13
+ "min_input_size": [
14
+ 3,
15
+ 224,
16
+ 224
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
+ 28,
35
+ 28
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:db888d177c36e3ff028a29e5504c72bc437b1486dbde3aa722a8a3d26d9631cc
3
+ size 135814160
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05d80cd38b0e993bd864ad65858b3d537eaa3858a84b9819362bb8ad857b0d17
3
+ size 135869498