-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
in /notebooks/00.1-data-exploration/butcherbird-exploration.ipynb
from vocalseg.utils import butter_bandpass_filter, spectrogram, int16tofloat32, plot_spec
gives me
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-14-f72d2c72aa59> in <module>
----> 1 from vocalseg.utils import butter_bandpass_filter, spectrogram, int16tofloat32, plot_spec
ModuleNotFoundError: No module named 'vocalseg'
a quick search in the sources didn't yield any results for me. i suppose i can just use the one here? https://github.com/timsainb/vocalization-segmentation
Metadata
Metadata
Assignees
Labels
No labels