Image Feature Extraction
Birder
PyTorch
File size: 841 Bytes
7ab2a24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "birder_version": "v0.0.10a1",
  "name": "hieradet",
  "alias": "hieradet_small",
  "task": "image_classification",
  "model_config": {
    "depths": [
      1,
      2,
      11,
      2
    ],
    "embed_dim": 96,
    "num_heads": 1,
    "global_pos_size": [
      7,
      7
    ],
    "global_att_blocks": [
      7,
      10,
      13
    ],
    "window_spec": [
      8,
      4,
      -16,
      -32
    ],
    "drop_path_rate": 0.1
  },
  "signature": {
    "inputs": [
      {
        "data_shape": [
          0,
          3,
          224,
          224
        ]
      }
    ],
    "outputs": [
      {
        "data_shape": [
          0,
          0
        ]
      }
    ]
  },
  "rgb_stats": {
    "mean": [
      0.5191,
      0.5306,
      0.4877
    ],
    "std": [
      0.2316,
      0.2304,
      0.2588
    ]
  }
}