Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !186

Merged
Created 4 years ago by Oliver Kirsebom@kirsebomOwner

Changes to detection module

  • Overview 4
  • Commits 7
  • Pipelines 7
  • Changes 2

Changes

  • Renamed average_and_group to group; averaging is disabled/enabled based on the value of win_len: disabled if win_len=1, enabled if win_len>1

  • Added method process(audio_loader, model, ...) that delegates to process_audio_loader (nice to have shorter method names)

  • Changed default settings to buffer=0 (no buffer), win_len=1 (no averaging) and group=False (no grouping).

  • Argument step no longer required by process_audio_loader. The step size is automatically inferred from difference between consecutive spectrogram offsets.

  • Added optional progress bar

  • group_detections accepts batches composed of spectrograms from multiple files

Edited 4 years ago by Oliver Kirsebom
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
Assign to
0 Reviewers
Request review from
Milestone
No milestone
None
None
Time tracking
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Lock merge request
Unlocked
participants
Reference:
Source branch: changes_to_detection_module

Menu

Projects Groups Snippets
Help