File size: 6,893 Bytes
7056333 97c15ff 7056333 97c15ff 7056333 97c15ff 7056333 97c15ff 7056333 97c15ff 7056333 97c15ff 7056333 97c15ff | 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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | {
"schema": 2,
"repo": "tphakala/BirdNET-v2.4",
"family": "birdnet",
"updated": "2026-07-24",
"family_meta": {
"display_name": "BirdNET v2.4 (DFT-truncated)",
"description": "Drop-in BirdNET v2.4 classifier with DFT-bin truncation: bit-exact output, about 1.4-2x faster CPU and OpenVINO inference.",
"author": "Cornell Lab of Ornithology & Chemnitz University of Technology",
"license": "CC-BY-NC-SA-4.0",
"commercial_use": false,
"upstream_url": "https://github.com/birdnet-team/BirdNET-Analyzer",
"species_count": 6522
},
"requirements_note": "requirements.min_ram_mb is a conservative, high-biased RAM floor: measured peak RSS + 15% where a benchmark exists, else a size-derived estimate biased high (a too-low floor risks OOM; a too-high floor only over-excludes on the smallest devices). Measured values will replace the estimates over time.",
"naming": "legacy names, frozen; new files follow <family>-<upstream>[-<region>]-<variant>-b<build>.<ext>",
"selection": {
"x86-64/onnxruntime": "BirdNET_v2.4_fp32_dfttrunc.onnx",
"x86-64/openvino-cpu": "BirdNET_v2.4_fp32_dfttrunc.onnx",
"aarch64-a76/openvino": "BirdNET_v2.4_fp32_dfttrunc.onnx",
"aarch64/onnxruntime": "BirdNET_v2.4_int8_arm_dfttrunc.onnx",
"cuda": "BirdNET_v2.4_fp32_dfttrunc.onnx"
},
"notes": "The _dfttrunc builds truncate the in-graph mel DFT to the bins the filterbank actually uses: bit-exact and ~1.4-2x faster on CPU/OpenVINO. Prefer them; the non-dfttrunc files are kept for existing installs.",
"models": [
{
"path": "BirdNET_v2.4_fp32.onnx",
"family": "birdnet",
"upstream_version": "2.4",
"upstream_source": "https://zenodo.org/records/15050749",
"build": 1,
"legacy": true,
"variant": "fp32",
"precision": "fp32",
"region": null,
"classes": 6522,
"labels": "labels.txt",
"input": {
"sample_rate": 48000,
"window_seconds": 3,
"samples": 144000,
"shape": [
"batch",
144000
],
"dtype": "float32"
},
"backends": {
"onnxruntime-cpu": {
"supported": true,
"recommended": true
},
"openvino-cpu": {
"supported": true,
"recommended": true
},
"openvino-gpu": {
"supported": true,
"recommended": false
},
"cuda": {
"supported": true,
"recommended": true
},
"tensorrt": {
"supported": true,
"recommended": false
}
},
"backend_support_verified": true,
"sha256": "f49b686838f62fc8c5bcb4364cd514c64882f6fd666c204aa5d4eb80a7795264",
"size_bytes": 62269581,
"superseded_by": null,
"requirements": {
"min_ram_mb": 250
}
},
{
"path": "BirdNET_v2.4_fp32_dfttrunc.onnx",
"family": "birdnet",
"upstream_version": "2.4",
"upstream_source": "https://zenodo.org/records/15050749",
"build": 1,
"legacy": true,
"variant": "fp32",
"precision": "fp32",
"region": null,
"classes": 6522,
"labels": "labels.txt",
"input": {
"sample_rate": 48000,
"window_seconds": 3,
"samples": 144000,
"shape": [
"batch",
144000
],
"dtype": "float32"
},
"backends": {
"onnxruntime-cpu": {
"supported": true,
"recommended": true
},
"openvino-cpu": {
"supported": true,
"recommended": true
},
"openvino-gpu": {
"supported": true,
"recommended": false
},
"cuda": {
"supported": true,
"recommended": true
},
"tensorrt": {
"supported": true,
"recommended": false
}
},
"backend_support_verified": true,
"sha256": "3b72e88b3ad0c310a41adabccf8cf75b1a05daeeb40884ebd38038c91d0e423d",
"size_bytes": 54068648,
"superseded_by": null,
"optimizations": [
"dft-truncated"
],
"requirements": {
"min_ram_mb": 250
}
},
{
"path": "BirdNET_v2.4_int8_arm.onnx",
"family": "birdnet",
"upstream_version": "2.4",
"upstream_source": "https://zenodo.org/records/15050749",
"build": 1,
"legacy": true,
"variant": "int8-arm",
"precision": "int8-arm",
"region": null,
"classes": 6522,
"labels": "labels.txt",
"input": {
"sample_rate": 48000,
"window_seconds": 3,
"samples": 144000,
"shape": [
"batch",
144000
],
"dtype": "float32"
},
"backends": {
"onnxruntime-cpu": {
"supported": true,
"recommended": true
},
"openvino-cpu": {
"supported": true,
"recommended": false
},
"openvino-gpu": {
"supported": false,
"recommended": false
},
"cuda": {
"supported": false,
"recommended": false
},
"tensorrt": {
"supported": false,
"recommended": false
}
},
"backend_support_verified": true,
"sha256": "6a2323fe8f99c2af4bb325cf8f11b52748a86aa1f2c9e706c1ae7f907289521a",
"size_bytes": 46886045,
"superseded_by": null,
"requirements": {
"min_ram_mb": 250
}
},
{
"path": "BirdNET_v2.4_int8_arm_dfttrunc.onnx",
"family": "birdnet",
"upstream_version": "2.4",
"upstream_source": "https://zenodo.org/records/15050749",
"build": 1,
"legacy": true,
"variant": "int8-arm",
"precision": "int8-arm",
"region": null,
"classes": 6522,
"labels": "labels.txt",
"input": {
"sample_rate": 48000,
"window_seconds": 3,
"samples": 144000,
"shape": [
"batch",
144000
],
"dtype": "float32"
},
"backends": {
"onnxruntime-cpu": {
"supported": true,
"recommended": true
},
"openvino-cpu": {
"supported": true,
"recommended": false
},
"openvino-gpu": {
"supported": false,
"recommended": false
},
"cuda": {
"supported": false,
"recommended": false
},
"tensorrt": {
"supported": false,
"recommended": false
}
},
"backend_support_verified": true,
"sha256": "7550498ba996064feca12005ff4133eb1d35741c4061376e7a987d8227518893",
"size_bytes": 38727042,
"superseded_by": null,
"optimizations": [
"dft-truncated"
],
"requirements": {
"min_ram_mb": 250
}
}
]
}
|