Skip to content

GitLab

  • Menu
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
  • !218

Merged
Created Nov 11, 2021 by Oliver Kirsebom@kirsebomOwner

Bug fixes and improvements in: detection, audio_loader, and selection_table

  • Overview 0
  • Commits 13
  • Pipelines 11
  • Changes 8

This merge request includes the following changes:

  • fixed a bug in the group_detections function in the detection module. The bug was causing singular detections to be dropped if they occurred at the end of a batch.

  • added a merge argument to the process functions in the detection module. With merge=True, the function merge_overlapping_detections is applied to the detections before they are returned. The default value is merge=False to ensure backward-compatability.

  • added methods for getting file paths and file durations in the AudioFrameLoader and FrameStepper classes.

  • added function in selection_table module for computing aggregate duration of overlapping annotations

Edited Nov 11, 2021 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: detection_group_bug_fix