kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
130 stars 14 forks source link

Support sound-source separation at inference time #811

Open sammlapp opened 11 months ago

sammlapp commented 11 months ago

Using a google-research product https://github.com/google-research/chirp/tree/main/chirp/birb_sep_paper#separation

the approach looks like

sammlapp commented 11 months ago

seems like it would requires supporting TensorFlow model inference ( #817 )

sammlapp commented 9 months ago

We now support MIxIT separation model (TensorFlow Hub model) in the Bioacoustics Model Zoo, but its unclear how to efficiently incorporate that model into an inference workflow with Pytorch-based models