Kyle Howells commited on
Commit ·
c9c7b47
1
Parent(s): 00203d3
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:** [DeepFilterNet](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
|
| 24 |
-
- **Paper:** [DeepFilterNet:
|
| 25 |
- **License:** MIT (same as the original)
|
| 26 |
- **Conversion:** PyTorch -> `safetensors` via the included `convert_deepfilternet.py` script
|
| 27 |
|
|
@@ -79,10 +79,11 @@ python convert_deepfilternet.py \
|
|
| 79 |
## Citation
|
| 80 |
|
| 81 |
```bibtex
|
| 82 |
-
@inproceedings{
|
| 83 |
-
title={DeepFilterNet:
|
| 84 |
-
author={
|
| 85 |
-
booktitle={
|
| 86 |
-
year={
|
|
|
|
| 87 |
}
|
| 88 |
```
|
|
|
|
| 21 |
## Origin
|
| 22 |
|
| 23 |
- **Original model:** [DeepFilterNet](https://github.com/Rikorose/DeepFilterNet) by Hendrik Schroeter
|
| 24 |
+
- **Paper:** [DeepFilterNet: A Low Complexity Speech Enhancement Framework for Full-Band Audio based on Deep Filtering](https://arxiv.org/abs/2110.05588)
|
| 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{schroeter2022deepfilternet,
|
| 83 |
+
title={{DeepFilterNet}: A Low Complexity Speech Enhancement Framework for Full-Band Audio based on Deep Filtering},
|
| 84 |
+
author = {Schr{\"o}ter, Hendrik and Escalante-B., Alberto N. and Rosenkranz, Tobias and Maier, Andreas},
|
| 85 |
+
booktitle={ICASSP 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
|
| 86 |
+
year={2022},
|
| 87 |
+
organization={IEEE}
|
| 88 |
}
|
| 89 |
```
|