-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照官方文档执行报错403 #928
Comments
+1 应该是这个model.json文件的bucket被加上权限了,下载不下来,也没人处理下,官方文档的例子都跑不通 |
@wrfighting @Nick-Tsao 已经修复,再运行下看看。 |
@FeelyChau 还是不行,所有在 http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook 下的资源我们都访问不了,会提示You have no right to access this object because of bucket acl ,权限问题有其他开放的bucket吗,可以替代的,或者把这个bucket权限放开 |
这次修复是移动了资源文件的路径,你可以试试重新下载 pipeline 文件 |
@FeelyChau 之前在http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/datasets/ 下的数据集能够迁移到没有权限控制的地址吗。有看你们团队的发表的文章,文章中的数据集地址,比如http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/datasets/component-recognition-detection/component-recognition-detection.zip ,访问会提示没有权限,想动手跟着文章做一下…… |
遇到同样的问题,给出的数据集地址都是找不到了。请问,什么时候解决呢? |
我这边也是想跟着学习用pipcook 识别前端表单组件。目前测试使用的数据集访不了。 |
是不是可以用其他目标识别的数据集先跑起来?这个资源可能在整理的时候丢失了。 |
有没有一个其他数据源,可以先试跑一下的 |
执行
pipcook train https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json -o output
返回
✖ run pipeline error: Request to http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/models/mobilenet/web_model/model.json failed with status code 403. Please verify this URL points to the model JSON of the model to load.
The text was updated successfully, but these errors were encountered: