Kyle Howells commited on
Commit ·
5c0892e
1
Parent(s): ef1f835
docs: align citation with official DeepFilterNet guide
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ This is a direct conversion of the original PyTorch weights to `safetensors` for
|
|
| 21 |
## Origin
|
| 22 |
|
| 23 |
- **Original model:** [DeepFilterNet2](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
|
| 24 |
-
- **Paper:** [
|
| 25 |
- **License:** MIT (same as the original)
|
| 26 |
- **Conversion:** PyTorch -> `safetensors` via the included `convert_deepfilternet.py` script
|
| 27 |
|
|
@@ -79,10 +79,10 @@ python convert_deepfilternet.py \
|
|
| 79 |
## Citation
|
| 80 |
|
| 81 |
```bibtex
|
| 82 |
-
@inproceedings{
|
| 83 |
-
title={
|
| 84 |
-
author={
|
| 85 |
-
booktitle={
|
| 86 |
-
year={
|
| 87 |
}
|
| 88 |
```
|
|
|
|
| 21 |
## Origin
|
| 22 |
|
| 23 |
- **Original model:** [DeepFilterNet2](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
|
| 24 |
+
- **Paper:** [DeepFilterNet2: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio](https://arxiv.org/abs/2205.05474)
|
| 25 |
- **License:** MIT (same as the original)
|
| 26 |
- **Conversion:** PyTorch -> `safetensors` via the included `convert_deepfilternet.py` script
|
| 27 |
|
|
|
|
| 79 |
## Citation
|
| 80 |
|
| 81 |
```bibtex
|
| 82 |
+
@inproceedings{schroeter2022deepfilternet2,
|
| 83 |
+
title = {{DeepFilterNet2}: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio},
|
| 84 |
+
author = {Schr{\"o}ter, Hendrik and Escalante-B., Alberto N. and Rosenkranz, Tobias and Maier, Andreas},
|
| 85 |
+
booktitle={17th International Workshop on Acoustic Signal Enhancement (IWAENC 2022)},
|
| 86 |
+
year = {2022},
|
| 87 |
}
|
| 88 |
```
|