Kyle Howells commited on
Commit
c9c7b47
·
1 Parent(s): 00203d3

docs: align citation with official DeepFilterNet guide

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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: Perceptually Motivated Real-Time Speech Enhancement](https://arxiv.org/abs/2305.08227)
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{schroeter2023deepfilternet3,
83
- title={DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement},
84
- author={Schroeter, Hendrik and Rosenkranz, Tobias and Maier, Andreas and Escalante-B., Alberto N.},
85
- booktitle={INTERSPEECH},
86
- year={2023}
 
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
  ```