从 IBM Watson 下载 CoreML 文件时出错
Error when downloading CoreML file from IBM Watson
我想获取 CoreML 文件以便将其与我的项目集成。我正在使用 curl 并遵循下面链接的来自 IBM Cloud 的 API 文档。
https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v3#authentication
我输入以下命令:
curl -u "apikey:NRDjngCby2d-pSHOPyWQJxhuB6vOY2uOTCX6KV2BCfwB" --output CompostxLandfillxRecycle_2056123069.mlmodel "https://api.us-south.visual-recognition.watson.cloud.ibm.com/v3/classifiers/CompostxLandfillxRecycle_2056123069/core_ml_model?version=2018-03-19"
Returns:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file
Warning: CompostxLandfillxRecycle_2056123069.mlmodel: Permission denied
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (23) Failed writing body (0 != 15755)
会不会是你所在的位置运行命令是写保护目录或现有文件被保护?
cd
到您的主目录,然后再次尝试 curl 命令。
我想获取 CoreML 文件以便将其与我的项目集成。我正在使用 curl 并遵循下面链接的来自 IBM Cloud 的 API 文档。
https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v3#authentication
我输入以下命令:
curl -u "apikey:NRDjngCby2d-pSHOPyWQJxhuB6vOY2uOTCX6KV2BCfwB" --output CompostxLandfillxRecycle_2056123069.mlmodel "https://api.us-south.visual-recognition.watson.cloud.ibm.com/v3/classifiers/CompostxLandfillxRecycle_2056123069/core_ml_model?version=2018-03-19"
Returns:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file
Warning: CompostxLandfillxRecycle_2056123069.mlmodel: Permission denied
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (23) Failed writing body (0 != 15755)
会不会是你所在的位置运行命令是写保护目录或现有文件被保护?
cd
到您的主目录,然后再次尝试 curl 命令。