Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.15k stars 198 forks source link

Zero-lookahead model #495

Closed markovivl closed 2 months ago

markovivl commented 5 months ago

Greetings! Thank you again for this amazing work!

Currently the models in models folder either have some kind of lookahead or are a little outdated, as you mentioned in the #391 In the LADSPA plugin README.md you mention that it uses new zero-lookahead model. Could you share this model as a separate onnx.tar.gz file? I have tried searching through the source code for the plugin to somehow get it, but ultimately failed. If it is possible, could you point me in the right way?

Edit: It seems from the source that you added the possibility to use either regular DeepFilterNet3 model or the DeepFilterNet3_ll for the LADSPA plugin. How did you made possible the low latency setting with just the regular DeepFilterNet3?

On the similar note, I am also planning to try and train your model on my own data and also enforce the zero-lookahead in the training. Will simply changing the train config to have df_lookahead and conv_lookahead set to 0 be enough? Or should I do something else?

P.S. Due to being on MacOS I am not currently able to use the plugins. I noticed that you disabled MacOS builds for the plugin, did they not work?

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.