语音误别和视频识别问题

Viewed 32

问题描述


我在CANMV K230上实现单个关键词识别和视频识别都能成功,但是现在先运行关键词识别后再运行视频检测就无法运行。请问是什么原因。如何解决。

2 Answers

你怎么写的代码?

#引用语音检测程序
from myapp.keyword_spottingsdcard_debug import keyword
_thread.start_new_thread(keyword_spottingsdcard_debug,()) #开启线程,
#打开检测程序
from myapp.det_tongue_video_ok_LCD24 import detection
_thread.start_new_thread(det_tongue_video_ok_LCD24,()) #开启线程