[20春夏] ARAC.9/ARAC.9 papertote 系列米色手提包数据集1.4
- 数据集ID:38855
- 分类ID:137433
- 数据集版本:V1.0
- 图像数量:2
基础信息:
- 标注类型:2D矩形框
- 数据集格式:JSON
- 准确率:99.999%
- Label数量:26
- Label特点:API动态更新
数据特征:
0
注-数据集使用方式:
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
接口地址:https://www.payititi.com/api/bagdb/
返回格式:json
请求方式:get
请求示例:https://www.payititi.com/api/bagdb/?key=您申请的KEY&id=数据集ID
请求参数:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
key | string | 是 | 申请接口时获取的key( 注册账号获取key) |
id | bigint | 是 | 数据集ID |
返回参数说明:
名称 | 说明 |
---|---|
StateCode | 状态码 |
message | 状态说明 |
basicdata | 数据集基础信息 |
metadata | 图像元数据 |
labeldata | 图像标注数据 |
attribute | basicinformation(基础信息) |
commoditymaterial(商品材质) | |
populationcharacteristics(人群特点) | |
dimensioninformation(尺寸信息) | |
usecharacteristics(使用特点) | |
marketinformation(市场信息) | |
productioninformation(生产信息) |
JSON数据字段描述:
属性 | 字段名 | 概述 | 示例 |
basicdata (项目基础信息) |
pid | 项目ID | "basicdata": { "pid": "pytt_project_14", //项目ID "attributeid": "4842", //数据集ID "name": "演示数据", //项目名称 "creator": "uci-edu", //创建者 "created": 1630115179637, //创建时间 "vid_list": ["2"]//图像列表ID }, |
categoryid | 数据分类ID | ||
name | 项目名称 | ||
creator | 创建者 | ||
created | 创建时间 | ||
vid_list | 图像列表 | ||
metadata (图像元数据) |
fid | 图像ID | "metadata": { "2": {//图像ID "fid": "2", //图像ID "fname": "演示数据-1",//图像名称 "type": 2, //图像类型 "loc": 2, //路径类型 "src": "https://www.payititi.com/file/upload/202108/28/0945515861.png"//文件路径 } }, |
fname | 图像名称 | ||
type | 类型 | ||
loc | 路径类型 | ||
src | 文件路径 | ||
labeldata (标注数据) |
vid | 图像ID | "labeldata": { "2_U4YIzGUM": { "vid": "2", //图像ID "z": [ ], //图像Z值 "xy": [2,51.519,11.028,91.186,83.121],//示例1:2为深度,数据依次为[depth,xmin,ymin,width,height] "xy": [2,217.545,160.939,315.218,73.255,315.218,265.272],//示例2:2为深度,数据依次为[depth,x1.y1,x2.y2,x3.y3,......] "av": {"2": "0"}//图像属性("2"为属ID,"0"为属性值) } }, |
z | |||
xy | 坐标点数据 | ||
av | 属性数据 | ||
attribute (图像属性数据) |
attribute | 属性列表 | "attribute": { "basicinformation": [ { "title": "GeleiStory-斜挎包数据集", "producttype": "包袋", "productbrand": "GeleiStory", "brandclassification": "斜挎包", "classic": "是", "commoditycolor": "", "commoditysize": "中", "appearance": "方盒形", "backpackmode": "斜跨", "interlayer": "有", "luggagehardness": "软", "shoulderstrap": "单根", "openingclosing": "锁扣开合", "styledescription": "横款" } ], "commoditymaterial": [ { "materialquality": "鳄鱼皮", "pattern": "混色,几何", "commoditystyle": "优雅,经典,简约,复古,其它", "liningmaterial": "小羊皮", "luggagehardness": "软", "hardwarematerial": "其他", "waterprooftype": "整体防水", "liftingparts": "软把" "popularelements": "其它,链条" } ], "populationcharacteristics": [ { "sex": "女性", "age": "", } ], "dimensioninformation": [ { "commoditysize": "中", "measurement": "26cm*8cm*15cm", "length": "", "width": "", "height": "" } ], "usecharacteristics": [ { "applicableseason": "春季,夏季,秋季,冬季", "applicablescenario": "旅行,宴会,婚礼,休闲,通勤/日常,约会,聚会" } ], "marketinformation": [ { "referenceprice": "1799" } ], "productioninformation": [ { "productionaddress": "中国大陆", "manufacturingenterprise": "", "yearoflisting": "21年春夏" } ] } |
JSON返回示例:
{ "StateCode": "10001", "message": "数据调用成功", "data": { "basicdata": { "pid": "pytt_project_38982", "attributeid": "38982", "name": "GeleiStory-斜挎包", "creator": "uci-edu", "created": 1632320171224, "vid_list": [ "2", "3", "4", "5", "6" ] }, "metadata": { "2": { "fid": "2", "fname": "GeleiStory-斜挎包-1", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/bao-dai/xie-kua-bao/geleistory/249147kbebqn0pmzq.jpg" }, "3": { "fid": "3", "fname": "GeleiStory-斜挎包-2", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/bao-dai/xie-kua-bao/geleistory/249148dlwputq2xq1.jpg" }, "4": { "fid": "4", "fname": "GeleiStory-斜挎包-3", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/bao-dai/xie-kua-bao/geleistory/249149ootve5zvz3a.jpg" }, "5": { "fid": "5", "fname": "GeleiStory-斜挎包-4", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/bao-dai/xie-kua-bao/geleistory/249150ezol5j5ghgc.jpg" }, "6": { "fid": "6", "fname": "GeleiStory-斜挎包-5", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/bao-dai/xie-kua-bao/geleistory/249151kposia4tf5b.jpg" } }, "labeldata": { "2_vao97dlT": { "vid": "2", "z": [], "xy": [ 2, 93.168, 203.727, 613.664, 459.627 ], "av": [] }, "3_G1FWA8PN": { "vid": "3", "z": [], "xy": [ 2, 151.553, 234.783, 539.13, 418.633 ], "av": [] }, "4_sIgm2H4I": { "vid": "4", "z": [], "xy": [ 2, 280.745, 222.36, 260.87, 426.087 ], "av": [] }, "5_WkYDN2Gp": { "vid": "5", "z": [], "xy": [ 2, 106.832, 247.205, 622.361, 381.366 ], "av": [] }, "6_KEFUlfJE": { "vid": "6", "z": [], "xy": [ 2, 84.472, 300.621, 642.236, 252.174 ], "av": [] } }, "attribute": { "basicinformation": [ { "title": "GeleiStory-斜挎包数据集", "producttype": "包袋", "productbrand": "GeleiStory", "brandclassification": "斜挎包", "classic": "是", "commoditycolor": "", "commoditysize": "中", "appearance": "方盒形", "backpackmode": "斜跨", "interlayer": "有", "luggagehardness": "软", "shoulderstrap": "单根", "openingclosing": "锁扣开合", "styledescription": "横款" } ], "commoditymaterial": [ { "materialquality": "鳄鱼皮", "pattern": "混色,几何", "commoditystyle": "优雅,经典,简约,复古,其它", "liningmaterial": "小羊皮", "luggagehardness": "软", "hardwarematerial": "其他", "waterprooftype": "整体防水", "liftingparts": "软把" "popularelements": "其它,链条" } ], "populationcharacteristics": [ { "sex": "女性", "age": "", } ], "dimensioninformation": [ { "commoditysize": "中", "measurement": "26cm*8cm*15cm", "length": "", "width": "", "height": "" } ], "usecharacteristics": [ { "applicableseason": "春季,夏季,秋季,冬季", "applicablescenario": "旅行,宴会,婚礼,休闲,通勤/日常,约会,聚会" } ], "marketinformation": [ { "referenceprice": "1799" } ], "productioninformation": [ { "productionaddress": "中国大陆", "manufacturingenterprise": "", "yearoflisting": "21年春夏" } ] } } }
错误代码 | 说明 |
---|---|
10001 | 成功 |
10004 | 未购买过数据 |
10005 | 数据集ID错误 |
10006 | KEY不正确 |
10012 | 系统内部异常,请重试 |
10013 | 通道请求超时 |
TagableDB数据库由北京帕伊提提科技有限公司所有,数据库中涉及的内容(包括但不限于文字、图像、视频、音频、文本等信息),均由我们及/或相关权利方单独或共同所有或被授权使用,并受著作权法和商标法等知识产权法律法规、中国签订的国际条约和其它相关法律、法规的保护。未经我们及/或相关权利方事先书面同意,购买用户请勿以任何方式复制、发行、出售、发表或以其它任何方式使用本网站之内容,您若需此方面的服务,请和本网站相关部门人员接洽。