rwightman HF staff commited on
Commit
d53022e
·
verified ·
1 Parent(s): 42b8749
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_tiny.fb_r896_2pt1
9
+
10
+ `timm` SAM2 (HieraDet image encoder only) weights from https://huggingface.co/facebook/sam2.1-hiera-tiny
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "sam2_hiera_tiny",
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:8b7a2947b0f424be9d2b48a9694027fd6838c2592818f072212714ab98c74740
3
+ size 107418216
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b64687738a2f3cad2e123ad1a56a3221c218de88da157d7efd806d61694b91f
3
+ size 107460538