Skip to content

ENH: Add vocalypy.segment module #40

@NickleDave

Description

@NickleDave
  • As discussed in discussion: segmenting algorithms #5
  • I think we want to have an explicit module vocalpy.segment that further contains methods grouped by the schema of Kemp et al 2000: energy-based methods, metric-based methods, and model-based methods
  • Energy-based methods can be further split into audio and spectrogram
    • audio will be: amplitude threshold + audio method from Koe
      • endpoint_detection, AKA Rabiner-Sambur algorithm
      • whatever evsonganaly uses -- is there a name? amplitude_threshold
      • Harma
    • spectrogram will be:
  • We will want a segment.metrics module too; this should start out with precision and recall with a tolerance/collar parameter

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions