alibaba / pipcook

Machine learning platform for Web developers

Home Page:https://alibaba.github.io/pipcook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

按照官方文档执行报错403

Nick-Tsao opened this issue · comments

commented

执行
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.

commented

+1 应该是这个model.json文件的bucket被加上权限了,下载不下来,也没人处理下,官方文档的例子都跑不通

commented

@wrfighting @Nick-Tsao 已经修复,再运行下看看。

commented

@FeelyChau 还是不行,所有在 http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook 下的资源我们都访问不了,会提示You have no right to access this object because of bucket acl ,权限问题有其他开放的bucket吗,可以替代的,或者把这个bucket权限放开

commented

@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 文件

commented

@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 ,访问会提示没有权限,想动手跟着文章做一下……

commented

遇到同样的问题,给出的数据集地址都是找不到了。请问,什么时候解决呢?

commented

我这边也是想跟着学习用pipcook 识别前端表单组件。目前测试使用的数据集访不了。
http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/datasets/component-recognition-detection/component-recognition-detection.zip
@FeelyChau 请问有没有表单组件的最新pipline?

commented

我这边也是想跟着学习用pipcook 识别前端表单组件。目前测试使用的数据集访不了。 http://ai-sample.oss-cn-hangzhou.aliyuncs.com/pipcook/datasets/component-recognition-detection/component-recognition-detection.zip @FeelyChau 请问有没有表单组件的最新pipline?

是不是可以用其他目标识别的数据集先跑起来?这个资源可能在整理的时候丢失了。

@rickycao-qy

commented

有没有一个其他数据源,可以先试跑一下的