android
企业用户下载了官方的 移动端考勤 人脸识别 android 示例工程
初次编译提示一下错误
No toolchains found...
音频文件转写查询返回值"error_code":
":16110613911538342,"error_msg":"internal error","error_code":336200}”
336200错误描述是内部错误。不是我的问题?还是是我的问题 ?
谢谢大佬...
AI达人创造营:数据获取与处理(以CV任务为主)运行错误
执行cell:
#导入所需要的依赖!pip install -r work/PaddleDetection/requirements.txt
#导入转格式所需要的包!pip install pycocotools!pip install scikit-image
...
每次使用高层API启动训练都要报两个错误,咋回事
是不是高层API有接口不兼容的问题导致的,换成底层API这两个报错还提示吗?
The loss value printed in the log is the current step, and the metric is t...
代码有啥问题啊,使劲改都还是图片格式错误。
图片用的是技术文档下载下来的图片
https://ai.bdstatic.com/file/3B2E79DE27AE48CF8F731575AAEBC22D
import requests
import base64
# 1.处理图片
f = open('text.jpg', ...
人脸注册时,最后这一步,注册始终提示110错误
wx.request({ url: 'https://aip.baidubce.com/rest/2.0/face/v3/faceset/user/add?access_token=' + token, method: 'POST', data: { uid: 'user_test1', group_id: 'user_face_1', //自己...
自定义模板识别 上传的图片格式错误 是什么原因
图片经过Base64转码 也进行urlencode了,还是不行
imgBase64 = Base64Utils.encodeBase64File(imagePath);
encode = URLEncoder.encode(imgBase64, "UTF-8");
H5活体检测总是报没有找到人脸错误。
不知道大家有没有到过呢?
视频通过前端代码转的base64
handleChange (e) {
let d = e.target.files[0]
var pointer = this
var reader = new FileReader()
reader.onl...