File size: 5,841 Bytes
874f8bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
  "schema": 1,
  "repo": "tphakala/BirdNET-Geomodel",
  "family": "birdnet-geomodel",
  "updated": "2026-07-24",
  "naming": "legacy names, frozen; new files follow <family>-<upstream>[-<region>]-<variant>-b<build>.<ext>",
  "selection": {
    "x86-64/onnxruntime": "birdnet-geomodel-v3.0-fp32.onnx",
    "x86-64/openvino-cpu": "birdnet-geomodel-v3.0-fp32.onnx",
    "aarch64/onnxruntime": "birdnet-geomodel-v3.0-fp32.onnx"
  },
  "notes": "VERSION MISMATCH, kept for backward compatibility: the files named birdnet-geomodel-v3.0-* actually contain BirdNET Geomodel V3.0.2 weights. The upstream_version field is authoritative (3.0.2); the filename is not. Under the current naming scheme these would be birdnet-geomodel-v3.0.2-<variant>-b1.onnx. The files are frozen because released clients pin their checksums.",
  "models": [
    {
      "path": "BirdNET+_Geomodel_V3.0.2_Global_12K_FP16.onnx",
      "family": "birdnet-geomodel",
      "role": "range-filter",
      "upstream_version": "3.0.2",
      "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
      "build": 1,
      "legacy": true,
      "variant": "fp16",
      "precision": "fp16",
      "region": null,
      "classes": 12012,
      "labels": "geomodel_v3.0.2_labels.txt",
      "taxonomy": "taxonomy.csv",
      "input": {
        "shape": [
          "batch",
          3
        ],
        "dtype": "float32",
        "fields": [
          "latitude",
          "longitude",
          "week"
        ],
        "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
      },
      "outputs": [
        {
          "name": "probabilities",
          "shape": [
            "batch",
            12012
          ],
          "activation": "sigmoid"
        }
      ],
      "backends": {
        "onnxruntime-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-gpu": {
          "supported": true,
          "recommended": false
        },
        "cuda": {
          "supported": true,
          "recommended": false
        },
        "tensorrt": {
          "supported": true,
          "recommended": false
        }
      },
      "backend_support_verified": false,
      "sha256": "2bc5a9b1e7c24115730015a97dbb688e9e8cd49c02c34a011439182c65ef0017",
      "size_bytes": 7483473,
      "superseded_by": null,
      "notes": "upstream filename as published by the BirdNET team"
    },
    {
      "path": "birdnet-geomodel-v3.0-fp32.onnx",
      "family": "birdnet-geomodel",
      "role": "range-filter",
      "upstream_version": "3.0.2",
      "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
      "build": 1,
      "legacy": true,
      "variant": "fp32",
      "precision": "fp32",
      "region": null,
      "classes": 12012,
      "labels": "geomodel_v3.0.2_labels.txt",
      "taxonomy": "taxonomy.csv",
      "input": {
        "shape": [
          "batch",
          3
        ],
        "dtype": "float32",
        "fields": [
          "latitude",
          "longitude",
          "week"
        ],
        "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
      },
      "outputs": [
        {
          "name": "probabilities",
          "shape": [
            "batch",
            12012
          ],
          "activation": "sigmoid"
        }
      ],
      "backends": {
        "onnxruntime-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-gpu": {
          "supported": true,
          "recommended": false
        },
        "cuda": {
          "supported": true,
          "recommended": false
        },
        "tensorrt": {
          "supported": true,
          "recommended": false
        }
      },
      "backend_support_verified": true,
      "sha256": "b151f680a47de5371f39b3df129aea5946ac6baa039582274f833b42eaf992ea",
      "size_bytes": 14700313,
      "superseded_by": null
    },
    {
      "path": "birdnet-geomodel-v3.0-fp16.onnx",
      "family": "birdnet-geomodel",
      "role": "range-filter",
      "upstream_version": "3.0.2",
      "upstream_source": "https://github.com/birdnet-team/geomodel/releases/tag/v3.0.2",
      "build": 1,
      "legacy": true,
      "variant": "fp16",
      "precision": "fp16",
      "region": null,
      "classes": 12012,
      "labels": "geomodel_v3.0.2_labels.txt",
      "taxonomy": "taxonomy.csv",
      "input": {
        "shape": [
          "batch",
          3
        ],
        "dtype": "float32",
        "fields": [
          "latitude",
          "longitude",
          "week"
        ],
        "note": "week is 1-48; output is a per-species occurrence probability (sigmoid)"
      },
      "outputs": [
        {
          "name": "probabilities",
          "shape": [
            "batch",
            12012
          ],
          "activation": "sigmoid"
        }
      ],
      "backends": {
        "onnxruntime-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-cpu": {
          "supported": true,
          "recommended": true
        },
        "openvino-gpu": {
          "supported": true,
          "recommended": false
        },
        "cuda": {
          "supported": true,
          "recommended": false
        },
        "tensorrt": {
          "supported": true,
          "recommended": false
        }
      },
      "backend_support_verified": false,
      "sha256": "2bc5a9b1e7c24115730015a97dbb688e9e8cd49c02c34a011439182c65ef0017",
      "size_bytes": 7483473,
      "superseded_by": null
    }
  ]
}