card: versioned filenames + models.json
Browse files
README.md
CHANGED
|
@@ -79,9 +79,9 @@ only on a GPU (~1.5x at batch 8, FP16); on CPU use batch 1.
|
|
| 79 |
|
| 80 |
| file | classes | MB |
|
| 81 |
|---|---:|---:|
|
| 82 |
-
| `full/
|
| 83 |
-
| `full/
|
| 84 |
-
| `full/
|
| 85 |
|
| 86 |
## Why regional models
|
| 87 |
|
|
@@ -173,6 +173,17 @@ grouping.
|
|
| 173 |
| `new-caledonia` | <img src="regional/new-caledonia/coverage.png" width="210"> | 168 | 125.4 | 62.9 |
|
| 174 |
| `new-zealand` | <img src="regional/new-zealand/coverage.png" width="210"> | 266 | 129.1 | 64.7 |
|
| 175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
## Deployment
|
| 177 |
|
| 178 |
- Point your host at a tile's model + its `_labels.txt` (matching counts) and
|
|
|
|
| 79 |
|
| 80 |
| file | classes | MB |
|
| 81 |
|---|---:|---:|
|
| 82 |
+
| `full/birdnet-v3.0-preview3.1-fp32-b1.onnx` | 11,560 | 557 |
|
| 83 |
+
| `full/birdnet-v3.0-preview3.1-fp16-b1.onnx` | 11,560 | 279 |
|
| 84 |
+
| `full/birdnet-v3.0-preview3.1-labels-b1.txt` | 11,560 | - |
|
| 85 |
|
| 86 |
## Why regional models
|
| 87 |
|
|
|
|
| 173 |
| `new-caledonia` | <img src="regional/new-caledonia/coverage.png" width="210"> | 168 | 125.4 | 62.9 |
|
| 174 |
| `new-zealand` | <img src="regional/new-zealand/coverage.png" width="210"> | 266 | 129.1 | 64.7 |
|
| 175 |
|
| 176 |
+
## File naming and versioning
|
| 177 |
+
|
| 178 |
+
Files are named `birdnet-<upstream>-[<region>-]<variant>-b<build>.onnx`, where
|
| 179 |
+
`upstream` is the BirdNET release these weights come from (`v3.0-preview3.1`) and
|
| 180 |
+
`build` is this repo's build revision of that conversion. A new upstream release
|
| 181 |
+
or a new conversion always gets a new filename; a published file's bytes never
|
| 182 |
+
change. `models.json` is the machine-readable index: it lists every file with its
|
| 183 |
+
variant, checksum, input contract, and which backends it actually runs on
|
| 184 |
+
(including where a backend is *not* supported), plus a `selection` map from
|
| 185 |
+
hardware/backend to the file to download.
|
| 186 |
+
|
| 187 |
## Deployment
|
| 188 |
|
| 189 |
- Point your host at a tile's model + its `_labels.txt` (matching counts) and
|