Pinned Repositories
ACL-SSL
Repository of the WACV'24 paper "Can CLIP Help Sound Source Localization?"
acwj
A Compiler Writing Journey
AD-YOLO
AD-YOLO: You Look Only Once in Training Multiple Sound Event Localization and Detection, ICASSP 2023
aenix
adams and eriks nix
algo
数据结构和算法必知必会的50个代码实现
AudioClassification-Pytorch
The Pytorch implementation of sound classification supports EcapaTdnn, PANNS, TDNN, Res2Net, ResNetSE and other models, as well as a variety of preprocessing methods.
AV-SELD
Python implementation of the paper "Fusion of Audio and Visual Embeddings for Sound Event Localization and Detection"
awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
datastructre
study_datastructrure
qq909244296's Repositories
qq909244296/ACL-SSL
Repository of the WACV'24 paper "Can CLIP Help Sound Source Localization?"
qq909244296/acwj
A Compiler Writing Journey
qq909244296/algo
数据结构和算法必知必会的50个代码实现
qq909244296/AudioClassification-Pytorch
The Pytorch implementation of sound classification supports EcapaTdnn, PANNS, TDNN, Res2Net, ResNetSE and other models, as well as a variety of preprocessing methods.
qq909244296/AV-SELD
Python implementation of the paper "Fusion of Audio and Visual Embeddings for Sound Event Localization and Detection"
qq909244296/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
qq909244296/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
qq909244296/CST-former
CST-former: Transformer with Channel-Spectro-Temporal Attention for Sound Event Localization and Detection (ICASSP 2024)
qq909244296/DCASE2024_seld_baseline
qq909244296/dcase_seld_visualizer
A tool to visualize DCASE format SELD labels and predictions
qq909244296/dizhi
qq909244296/dlib
A toolkit for making real world machine learning and data analysis applications in C++
qq909244296/FN-SSL
The Official PyTorch Implementation of FN-SSL & IPDnet for Sound Source Localization
qq909244296/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing
qq909244296/how-to-write-makefile
跟我一起写Makefile重制版
qq909244296/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
qq909244296/llm.c
LLM training in simple, raw C/CUDA
qq909244296/Microphone-array-based-sound-source-localization-vehicle-system
本科毕业设计:基于麦克风阵列的声源定位小车系统
qq909244296/ngcc-seld
Sound Event Localization and Detection using Neural Generalized Cross-Correlations
qq909244296/nnsslm
Neural Network based Sound Source Localization Models
qq909244296/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
qq909244296/os-tutorial
How to create an OS from scratch
qq909244296/realtimetask3_2023
qq909244296/SimpleKernel
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
qq909244296/Sound-Source-Localization-With-TDOA
Design an algorithm to detect sound and find its location by 4 to 7 microphones with the TDOA method in MATLAB
qq909244296/sound_distance_estimation
Official implementation of "sound distance estimation" WASPAA 23
qq909244296/SoundQ
Enhanced sound event localization and detection in real 360-degree audio-visual soundscapes (DCASE task3 format)
qq909244296/SRP-DNN
A python implementation of “SRP-DNN: Learning Direct-Path Phase Difference for Multiple Moving Sound Source Localization” [ICASSP 2022]
qq909244296/task_3_dcase
qq909244296/yolanda
极客时间<网络编程实战>代码