JCJ--数据集3.5
- 数据集ID:17815
- 分类ID:155845
- 数据集版本:V1.0
- 图像数量:5
基础信息:
- 标注类型:2D矩形框
- 数据集格式:JSON
- 准确率:99.999%
- Label数量:14
- Label特点:API动态更新
数据特征:
0
注-数据集使用方式:
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
接口地址:https://www.payititi.com/api/jewelrydb/
返回格式:json
请求方式:get
请求示例:https://www.payititi.com/api/jewelrydb/?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", "commoditytype": "吊坠", "classic": "是", "commoditycolor": "", "commoditymodel": null } ], "commoditymaterial": [ { "mainmaterial": "珍珠", "commoditymaterial": "海水珍珠" } ], "populationcharacteristics": [ { "sex": "女性", "age": "" } ], "dimensioninformation": [ { "productsize": "11.5-12mm", "length": "", "width": "", "height": "" } ], "usecharacteristics": [ { "applicableseason": "", "applicablescenario": "" } ], "marketinformation": [ { "referenceprice": "2883" } ], "productioninformation": [ { "productionaddress": "澳大利亚", "manufacturingenterprise": "", "yearoflisting": "19年春夏" } ] } |
JSON返回示例:
{ "StateCode": "10001", "message": "数据调用成功", "data": { "basicdata": { "pid": "pytt_project_21222", "attributeid": "21222", "name": "Daisy Fellowes--数据集", "creator": "uci-edu", "created": 1632562381168, "vid_list": [ "2", "3", "4", "5", "6" ] }, "metadata": { "2": { "fid": "2", "fname": "Daisy Fellowes--数据集-1", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/shou-shi/jie-zhi-zhi-huan/daisy-fellowes/302803qubrfkzglld.jpg" }, "3": { "fid": "3", "fname": "Daisy Fellowes--数据集-2", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/shou-shi/jie-zhi-zhi-huan/daisy-fellowes/302804edk5c2kobut.jpg" }, "4": { "fid": "4", "fname": "Daisy Fellowes--数据集-3", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/shou-shi/jie-zhi-zhi-huan/daisy-fellowes/302805nfzyupgxfok.jpg" }, "5": { "fid": "5", "fname": "Daisy Fellowes--数据集-4", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/shou-shi/jie-zhi-zhi-huan/daisy-fellowes/302806zxxgiassjva.jpg" }, "6": { "fid": "6", "fname": "Daisy Fellowes--数据集-5", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202012/shou-shi/jie-zhi-zhi-huan/daisy-fellowes/3028070v3fdwo0ycu.jpg" } }, "labeldata": { "2_GeA1VYrm": { "vid": "2", "z": [], "xy": [ 2, 100.483, 55.072, 599.034, 688.889 ], "av": [] }, "3_gq2PtarJ": { "vid": "3", "z": [], "xy": [ 2, 57.005, 293.72, 657.005, 435.749 ], "av": [] }, "4_WvPOfJ7H": { "vid": "4", "z": [], "xy": [ 2, 84.058, 229.952, 627.053, 487.922 ], "av": [] }, "5_uFbXFNHX": { "vid": "5", "z": [], "xy": [ 2, 144.928, 107.246, 534.299, 600.967 ], "av": [] }, "6_tPlH3SJq": { "vid": "6", "z": [], "xy": [ 2, 370.048, 594.203, 64.735, 43.478 ], "av": [] } }, "attribute": { "basicinformation": [ { "title": "GeleiStory-吊坠-数据集", "producttype": "项饰", "productbrand": "GeleiStory", "commoditytype": "吊坠", "classic": "是", "commoditycolor": "", "commoditymodel": null } ], "commoditymaterial": [ { "mainmaterial": "珍珠", "commoditymaterial": "海水珍珠" } ], "populationcharacteristics": [ { "sex": "女性", "age": "" } ], "dimensioninformation": [ { "productsize": "11.5-12mm", "length": "", "width": "", "height": "" } ], "usecharacteristics": [ { "applicableseason": "", "applicablescenario": "" } ], "marketinformation": [ { "referenceprice": "2883" } ], "productioninformation": [ { "productionaddress": "澳大利亚", "manufacturingenterprise": "", "yearoflisting": "19年春夏" } ] } } }
错误代码 | 说明 |
---|---|
10001 | 成功 |
10004 | 未购买过数据 |
10005 | 数据集ID错误 |
10006 | KEY不正确 |
10012 | 系统内部异常,请重试 |
10013 | 通道请求超时 |
TagableDB数据库由北京帕伊提提科技有限公司所有,数据库中涉及的内容(包括但不限于文字、图像、视频、音频、文本等信息),均由我们及/或相关权利方单独或共同所有或被授权使用,并受著作权法和商标法等知识产权法律法规、中国签订的国际条约和其它相关法律、法规的保护。未经我们及/或相关权利方事先书面同意,购买用户请勿以任何方式复制、发行、出售、发表或以其它任何方式使用本网站之内容,您若需此方面的服务,请和本网站相关部门人员接洽。