我正在尝试对图像进行分类并遵循此文档。这是我的 cURL 命令:
curl -X POST -F "images_file=~/fish.jpg" "https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key=12fdsxxxxxxxsadasdxxxxxxdsa45654&version=2016-05-20"
我收到了来自 Watson 的回复:
{
"error" : {
"code": 400,
"description": "No images were specified.",
"error_id": "input_error"
},
"images_processed":0
}
我的图像在C:/User/Rajesh Kumar/
并且 cURL 正在执行Rajesh Kumar@RAJESH_KUMAR ~
。我知道问题出在 cURL 命令中,但不知道是什么。请帮我解决这个问题。
提前致谢!