人流量检测遇见的问题
dynamic 是 string true,false true:动态人流量统计,返回总人数、跟踪ID、区域进出人数; false:静态...
调用百度语音合成RES API,总是提示参数错误,怎么办
这个是具体的调用地址
http://tsn.baidu.com/text2audio?lan=zh&cuid=A4-17-31-5D-21-8F&ctp=1&tok=24.f90074002009862f224d5e73c4311774.2592000.1473658287.282335-8471649&tex=大...
请问人脸检测部分能否一次性传入多个参数
options = {}
options["max_face_num"] = 2
options["face_fields"] = "age"
但是我想一次性得到age,beauty,expression,faceshape,gender,glasses,landmark,race,qualities信...
调用语音识别标准版接口报了这个错,参数那些都没有
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://vop.baidu.com/server_api": Software caused connection abort: socket write error; nest...
以类的方式组件手写数字识别的网络遇到的问题
class MNIST(paddle.nn.layer):def __init__(self):super(MNIST,self).__init__()
self.fc = paddle.nn.linear(in_features = 784,out_features = 1)def forward(self,inputs):outputs = self.f...