OpSo model compatibility with other software #844
Replies: 1 comment 2 replies
-
Hi, we do not currently provide explicit integration with other software. Since OpenSoundscape uses PyTorch under the hood, other software that support PyTorch models can be used for down-stream analysis. (For instance, Pamguard seems to support PyTorch models while Raven does not). We have not tested importing PyTorch models into PamGuard, but be aware that you will need to specify the series of preprocessing operations (including spectrogram creation) in the PamGuard interface after loading the model. Since PamGuard expects a jit-compatible saved model file, you could save the opensoundscape model like this:
I imagine it will take a bit of fiddling with the PamGuard interface to get this up and running. If you want to pursue this direction, Louis or I can assist you. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would be interested to import my trained model to Pamguard or Raven to run in real-time or to assist with offline analysis. Is a CNN trained in OpSo compatible with other software?
Thanks,
Lorenzo
Beta Was this translation helpful? Give feedback.
All reactions