Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
base_model:
|
| 4 |
- onnx-community/BirdNET
|
| 5 |
tags:
|
|
@@ -22,4 +22,6 @@ Files:
|
|
| 22 |
- `model.onnx`: Initial model converted with tf2onnx and edited using NVIDIA Nsight DL Designer
|
| 23 |
- `birdnet.onnx`: Model further optimized with the `scripts/optimize.py` script. Recommended
|
| 24 |
|
| 25 |
-
Source: https://github.com/birdnet-team/BirdNET-Analyzer
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc
|
| 3 |
base_model:
|
| 4 |
- onnx-community/BirdNET
|
| 5 |
tags:
|
|
|
|
| 22 |
- `model.onnx`: Initial model converted with tf2onnx and edited using NVIDIA Nsight DL Designer
|
| 23 |
- `birdnet.onnx`: Model further optimized with the `scripts/optimize.py` script. Recommended
|
| 24 |
|
| 25 |
+
Source: https://github.com/birdnet-team/BirdNET-Analyzer
|
| 26 |
+
|
| 27 |
+
License: CC BY-NC-SA 4.0
|