[DMP 2026] Implement Sound Event Detection from Video #6
Open
Govindggupta wants to merge 2 commits into
Open
Conversation
Author
|
Related to #2 |
Author
As instructed this is the video code running locally on my machine 2026-05-07.02-06-54.mp4 |
|
Let me know when can we connect. |
Author
|
@abinash-sketch we can connect today . can i get your linked or x ? |
Author
|
@abinash-sketch any update on this ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds a focused MVP for Module 1: Sound Event Detection.
The demo takes a video or audio file as input, extracts/normalizes the audio, runs sound event detection using YAMNet, and exports detected non-speech events with timestamps and confidence scores in JSON and CSV formats.
This PR intentionally focuses only on Module 1. Visual reaction detection, CC/no-CC decision logic, and SRT/SLS generation are left for later modules.
What This PR Includes
detect_sound_events.pyimageio-ffmpeg, so no system FFmpeg installation is requiredGunshot, gunfire→[gunshot]Machine gun→[machine gun]Demo Command