def get_file_content(filePath):
with open(filePath, 'rb') as fp:
return fp.read()
# 调用人脸属性检测接口
result = AipFace.detect(get_file_content('/Users/Yang/Pictures/face.jpg'))
File "C:/Users/Yang/Desktop/aip-python-sdk-1.6.8/aip/facetest.py", line 17, in
result = AipFace.detect(get_file_content('/Users/Yang/Pictures/face.jpg'))
TypeError: detect() missing 1 required positional argument: 'image'
image怎么当成self了
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
你们修改了SDK底层,却不修改调用文档。,。。醉了啊!!!
您好,感谢您使用百度AI社区,如果有志同道合的小伙伴遇到过相似问题并解决了会给您答复,同时我们也内部再跟进您这个问题,会尽快给您具体答复
使用的SDK,还是报的TypeError: detect() missing 1 required positional argument: 'image'