Skip to content

vocalseg.utils #5

@robinmeier

Description

@robinmeier

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions