COCO格式数据集使用PP-YOLOv2报错
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
将数据集转换为COCO格式
然后基于paddle Detection进行训练报...
唤醒词和语言识别如何配合使用
先假定一个场景,我应用一打开,就启动唤醒词的识别,等收到唤醒词就打开语音识别,我看到官网技术文档说,EventManger对象只能维持...
catboost安装后使用GPU模式时报错
运行catboost的GPU模式时报错:
CatBoostError: catboost/cuda/cuda_lib/cuda_base.h:281: CUDA error 35: CUDA driver version is insufficient for CUDA runtime version
你好,使用ocr_ui模块的时候报错。
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.****/com.baidu.ocr.ui.camera.CameraActivity}; have you declared this activity in your Android...
内置语音识别APP至系统,使用异常
安卓APP集成语音识别的功能,调试应用时一切都正常的,但内置APP置系统后(普通应用),运行一直报错了
查看了 getApplicationInfo().nativeLibr...
百度语音使用的奇葩问题
在同一份代码中测试两个不同地方建了的应用:
在http://yuyin.baidu.com/ 这里建立应用,唤醒功能可用
在https://cloud.baidu.com/?from=console 百...
请求返回的音频,怎样在标签中使用
$.get('http://tsn.baidu.com/text2audio......(省略)....',function(res){
$('#spellAudio').attr('src',res);
});
这样怎么播放返回的音频?
使用AJAX上传文件及表单数据 1
如果想要通过ajax异步请求上传文件及数据,需要下载ajaxfileuplad.js,http://dl.iteye.com/topics/download/7361bef7-0498-38cd-8db4-7e85f8c1316
function importNe...
使用github中的Detection中遇到问题
项目链接:https://github.com/PaddlePaddle/PaddleDetection/blob/release/0.2/docs/tutorials/INSTALL_cn.md PaddleDetection中快速开始需要安装Python依赖库, 但是总...