2025高通边缘智能创新应用大赛入围决赛方案-智能终端赛道[https://qc-ieiot-challenge.aidlux.com/2025/]
Finalist Proposal for the 2025 Qualcomm Edge Intelligence Innovation Application Competition - Smart Terminal Track
the coding can adaptive the windows and Linux system. The running time for quallcomm QCM need onnx envirment, we can use the following command to build it:
- Download the onnx version 1.181, the windows select the X86 version and GPU version,the Qualcomm select the ARM version, and the Linux select the aarch Linux version
- In Qualcomm environment, put the relative lib file libonnxruntime.so and so on to /usr/lib
- choose the input wav file in filepath.
- select topk=5 or topk=10, to show the result of topk
The wav file generated by FFMPEG should satisfy:
- -bitexact
- MAX_SAMPLES = 48000
- SAMPLE_RATE = 16000;
- CHANNELS = 1;

The yamnet in this project is used for analyzing the speech detect firstly, and then used to sync detect(https://github.com/Choise-ieee/video-and-audio-sync-detection-based-on-lips)