Skip to content

Commit 3eed37d

Browse files
Merge pull request #466 from kahst/old-model-versions-readme-update
Update README.md
2 parents d94cd4e + 383ee49 commit 3eed37d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

checkpoints/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This repository contains only the latest version of the BirdNET-Analyzer model.
44

55
You can download and unzip previous model versions, make sure to update the `MODEL_PATH` and `LABELS_FILE` variable in the `config.py` file to the version you want to use.
66

7+
Older models can also be used as custom classifiers in the GUI.
8+
9+
To do this download und unzip the model version you wish to use, then copy the model variant (e.g. FP32) and the labels file into a separate folder.
10+
Then rename the labels file to match the name of the model file + "_Labels" (e.g. "model.tflite" and "model_Labels.txt").
11+
After that you can select the model as a custom classifier in the GUI.
12+
713
Model update history:
814

915
**V2.4**
@@ -80,4 +86,4 @@ Model update history:
8086
- Model based on Wide-ResNet
8187
- ~3,000 species worldwide
8288
- currently deployed as BirdNET app model
83-
- Download here: [BirdNET-Analyzer-App-Model.zip](https://drive.google.com/file/d/1gxkxPFlaTYxHFqAODDHYGUX8uEkZDWaL)
89+
- Download here: [BirdNET-Analyzer-App-Model.zip](https://drive.google.com/file/d/1gxkxPFlaTYxHFqAODDHYGUX8uEkZDWaL)

0 commit comments

Comments
 (0)