调用摄像头黑屏
prepare_data_for_verify 3I thisid:-1741405280
用paddleclas训练时出错了
ValueError: (InvalidArgument) If Attr(soft_label) == false, the axis dimension of Input(Label) should be 1.[Hint: Expected labels_dims[axis] == 1UL, but received labels_dims[axis]:...
没有办法使用conda
创建新环境的时候提示,以前都可以的,1.0算力卡的环境。 TypeError: __init__() got an unexpected keyword argument 'raise_on_status'
编辑器真不好用.
我不求做的多好,只希望有原生jupyter编辑器的功能.
代码提示老是打断我正常打字,Ubuntu也不兼容.
地址识别无法使用
已经安装aip-python-sdk-2.2.19,但
client.address(text)
提示:
AttributeError: 'AipNlp' object has no attribute 'address'
paddlehub调用模型一直报错
原代码:module = hub.Module(name="pyramidbox_lite_mobile_mask")
报错:module 'paddlehub' has no attribute 'Module'
调用client.personVerify出错
client.personVerify(image, idCardNumber, name1);TypeError: personVerify() missing 1 required positional argument: 'name'
这是什么原因?
使用 python 人像抠图
python 代码:
from aip import AipBodyAnalysis
APP_ID = '***';API_KEY = '***';SECRET_KEY = '***';
client = AipBodyAnalysis(APP_ID, API_KEY, SECRET_KEY)
def get_file_content(fileP...
用postman调,出现参数错误
{ "tex":"helloWorld", "tok":"asdfasdf8b635261ce3b54fd566.2592000.1545462439.282335-14904218", "cuid":14dfadf4218, "ctp":2, "lan":"zh", "aue":3, "spd":1, "pit":5, "vol":10, "per":0}...
java调用UNIT出现错误
{"error_code":282004,"error_msg":"Parameter[service_id,skill_ids不能同时为空] invalid or missing"}
语音合成text2audio调用失败
// 百度文字转语音const result = await aipCLient.text2audio(info, { spd: 6 })
异常:
Error: read ECONNRESET at _errnoException (util.js:1024:11) at TCP.onread (net.js:615:...