首页 版块 访问AI主站 注册 发帖
操作指南:
技术专区:
AI赛事:
集思广益:
求助python引用错误,无法使用库的问题
源码:from aip import AipNlp """ 你的 APPID AK SK """APP_ID = '***'API_KEY = '***'SECRET_KEY = '***' client = AipNlp(APP_ID, API_KEY, SECRET_KEY) text = "是一家高科技公...
使用语音识别找不到so文件
java.lang.UnsatisfiedLinkError: Couldn't load BDVoiceRecognitionClient_MFE_V1 from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.user.speechreco...
使用PythonSDK分词的时候, 出现not JSON serializable
TypeError: b'\xb0\xd9\xb6\xc8' is not JSON serializable# result = aipNlp.lexer(json.dump('百度是个搜索公司'))# result = aipNlp.wordseg('你好百度')result = aipNlp.wordpos('百度')
针对中文名的app无法使用离线!
运行官方Demo,各项ApiKey,SecretKey,AppCode都填好后,将Build Settings中的Product Name改为任意中文,执行到     NSString *textDatfile = [[NSBundle mainBund...
语音识别和语音合成同时使用问题
把百度语音识别和百度语音合成SDK同时导入时出现错误说“Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/baidu/androi...
喜大普奔!可以直接在windows上使用了!!
直接在windows上pip install paddlepaddle 或 pip3 install paddlepaddle 安装PaddlePaddle 然后在pycharm里面就可以运行首页上预测房价的模型了! 这是官...
使用网上的代码,语音识别效果差
import waveimport urllib, urllib2, pycurlimport base64import json## get access token by api key & secret keydef get_token():    apiKey = "a11rDp****g4"    secretKey = "5394e0a8...
安卓SDK配合高版本gradle版本使用时报错
开发工具:android studio gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip build.gradle : classpath ...
文字识别怎么确定使用哪种API
各位大佬,我先是引入了maven依赖,然后就是跟官网一样写了是一个Sample类,然后Sample类里面的main方法里调用接口, // 调用接口 String pat...
tensorflow关于GPU使用率和环境配置
平台的cuda是9.0(过低),而pip只能安装1.13.0以上版本的tensorflow(过高),并且python3.7只能支持tensorflow1.13以后的版本,所以导致安装了te...
图文生成视频无法使用
创建视频生成任务失败, 请稍后重试!
ASP网站使用百度搜图
'一直用ASP做个小型公司图库管理系统  '研究了好久nodejs,一直不入门。只能硬着头皮继续用ASP了。  Function GetDataUrl(Url)Dim Myhtml,mXmlHttpset...
android使用语音识别发生错误
在官方文档《ASR-INTEGRATION-TTS-DEMO V3.0》中已经成功识别语音,但是到了第五步修改DEMO中的应用信息发生错误,官方文档中说需要修改三个...
飞腾麒麟V10使用PaddleOCR报错
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/ch_ppocr_server_v1.1_det_infer/" --rec_model_dir="./inference/ch_ppocr_server_v1....
React-native使用语音识别失败
通过npm install baidu-aip-sdk导入到项目中,在android中运行报下面的错 Error: Unable to resolve module crypto from G:\IdeaProjects\chairApp\node_modules\baidu-aip-sdk...
装好了paddle但图像预测的时候只能使用cpu
我之前在pycharm上进行视频流预测的时候都可以调用gpu加速,但是今天不知道为啥就不行,我到终端上尝试paddle的install_check.run_check()也是...
Paddle有哪些典型的GPU使用场景
GPU典型的场景有哪些?希望提供一些常见的例子,例子越多约好
使用表格识别接口出现Error code: 6
代码接口如下:   request_url = "https://aip.baidubce.com/rest/2.0/ocr/v1/form" # 二进制方式打开图片文件 f = open('Dingtalk_20210610192936.jpg', 'rb') img = base6...
切换版块
智能客服