Unity使用文字识别C#SDK开发问题
错误: 异常System.Net.WebException: Error writing request: The authentication or decryption has failed.
API_KEY, SECRET_KEY都是对的
请大家帮忙看下
我在调用人脸库添加时初始化就报空指针
java.lang.NullPointerException: Attempt to invoke virtual method 'int com.baidu.idl.facesdk.FaceTracker.set_min_face_size(int)' on a null object reference
总是报这个错误
yolo3用自己的数据集进行模型训练报错
onnected to pydev debugger (build 201.8538.36)2020-08-24 19:50:34,878-INFO: If regularizer of a Parameter has been set by 'fluid.ParamAttr' or 'fluid.WeightNormParamAttr' already. ...
H5调用视频活体检测,总报216433这个错误?
代码如下:
const file = document.getElementById("video1").files[0]; const reader = new FileReader(); reader.onload = function() { ...
使用paddleclas训练时报以下错误,无法学习
File "tools/train.py", line 31, in trainer.train()File "/home/aistudio/PaddleClas/ppcls/engine/trainer.py", line 218, in trainloss_dict = self.train_loss_func(out, batch[1:])File "...