Update license: CC BY-NC 4.0 -> CC BY 4.0
Browse filesWeights are now released under CC BY 4.0 (open, commercial use permitted
with attribution). The released weights do not redistribute raw audio;
the internal 56-class SED training corpus remains non-public under an
in-progress data-sharing agreement.
The DGPU framework and CCED2 unknownness score (the methods that consume
these weights) are subject to patent applications filed by Biologging
Solutions Inc.; the CC BY 4.0 license on the weights does not grant
rights under those patents.
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-
|
| 3 |
tags:
|
| 4 |
- audio
|
| 5 |
- sound-event-detection
|
|
@@ -106,12 +106,20 @@ above to ensure file integrity.
|
|
| 106 |
|
| 107 |
## License & Data Availability
|
| 108 |
|
| 109 |
-
**License:** CC BY
|
| 110 |
-
International)
|
| 111 |
|
| 112 |
-
These weights are released
|
| 113 |
-
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
|
| 116 |
> **Note:** The source code for using these models is released under the
|
| 117 |
> **MIT License** at the GitHub repository linked above.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
tags:
|
| 4 |
- audio
|
| 5 |
- sound-event-detection
|
|
|
|
| 106 |
|
| 107 |
## License & Data Availability
|
| 108 |
|
| 109 |
+
**License:** CC BY 4.0 (Creative Commons Attribution 4.0 International)
|
|
|
|
| 110 |
|
| 111 |
+
These weights are released under CC BY 4.0 (open, including for commercial
|
| 112 |
+
use, with attribution). The released weights do not redistribute raw audio.
|
| 113 |
+
|
| 114 |
+
The internal 56-class SED training corpus itself remains non-public under
|
| 115 |
+
an in-progress data-sharing agreement within the original collaboration;
|
| 116 |
+
representative class examples and a per-class taxonomy are planned for
|
| 117 |
+
release in a forthcoming companion paper.
|
| 118 |
+
|
| 119 |
+
The Detect-Group-Promote-Union (DGPU) framework and the CCED2 unknownness
|
| 120 |
+
score (the methods that consume these weights) are subject to patent
|
| 121 |
+
applications filed by Biologging Solutions Inc.; the CC BY 4.0 license on
|
| 122 |
+
the released weights does not grant any rights under those patents.
|
| 123 |
|
| 124 |
> **Note:** The source code for using these models is released under the
|
| 125 |
> **MIT License** at the GitHub repository linked above.
|