├── LICENSE.MIT ├── README.md ├── appendixes └── video_snapshot.png ├── crash.py ├── examples ├── R9_ZSCveAHg_7s.mp4 └── R9_ZSCveAHg_7s.wav ├── metadata └── class_labels_indices.csv ├── requirements.txt └── sound_event_detection.py /LICENSE.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/LICENSE.MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/README.md -------------------------------------------------------------------------------- /appendixes/video_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/appendixes/video_snapshot.png -------------------------------------------------------------------------------- /crash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/crash.py -------------------------------------------------------------------------------- /examples/R9_ZSCveAHg_7s.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/examples/R9_ZSCveAHg_7s.mp4 -------------------------------------------------------------------------------- /examples/R9_ZSCveAHg_7s.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/examples/R9_ZSCveAHg_7s.wav -------------------------------------------------------------------------------- /metadata/class_labels_indices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/metadata/class_labels_indices.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/requirements.txt -------------------------------------------------------------------------------- /sound_event_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinkalario/Sound-Event-Detection-AudioSet/HEAD/sound_event_detection.py --------------------------------------------------------------------------------