Techno Marine-腕表数据集1.4
- 数据集ID:4514
- 分类ID:151345
- 数据集版本:V1.0
- 图像数量:2
基础信息:
- 标注类型:2D矩形框
- 数据集格式:JSON
- 准确率:99.999%
- Label数量:30
- Label特点:API动态更新
数据特征:
0
注-数据集使用方式:
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)
接口地址:https://www.payititi.com/api/watchdataset/
返回格式:json
请求方式:get
请求示例:https://www.payititi.com/api/watchdataset/?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": [ { "name": "精选腕表腕表-DUFA", "commoditymodel": "DF-9001-03", "producttype": "腕表", "productbrand": "精选腕表", "productseries": "DUFA", "classic": "是", "commoditybrand": "", "bandcolor": "", "dialcolor": "白色", "buckletype": "针扣", "movementname": "miyota", "diamondinlay": "" } ], "commoditymaterial": [ { "bucklematerial": "精钢", "casematerial": "精钢", "surfacemirrormaterial": "", "bandmaterial": "皮质", "bandcolor": "", "bottomsurface": "密底" } ], "populationcharacteristics": [ { "forpeople": "", "sex": "" } ], "dimensioninformation": [ { "tablediameter": "38mm", "length": "", "width": "", "height": "", "casethickness": "8.1mm" } ], "usecharacteristics": [ { "warrantypolicy": "全球联保", "specialfunctions": "", "waterproofperformance": "日常生活防水" } ], "marketinformation": [ { "referenceprice": "2080" } ], "productioninformation": [ { "productionaddress": "德国", "yearoflisting": "17年春夏" } ] } |
JSON返回示例:
{ "StateCode": "10001", "message": "数据调用成功", "data": { "basicdata": { "pid": "pytt_project_4842", "attributeid": "4842", "name": "精选腕表腕表-DUFA", "creator": "uci-edu", "created": 1632050619161, "vid_list": [ "2", "3", "4", "5", "6" ] }, "metadata": { "2": { "fid": "2", "fname": "精选腕表腕表-DUFA-1", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202102/wan-biao/jing-xuan-wan-biao/dufa/51690e0rmcofwktx.jpg" }, "3": { "fid": "3", "fname": "精选腕表腕表-DUFA-2", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202102/wan-biao/jing-xuan-wan-biao/dufa/51691t3xm4ehwmrb.jpg" }, "4": { "fid": "4", "fname": "精选腕表腕表-DUFA-3", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202102/wan-biao/jing-xuan-wan-biao/dufa/5169202yplv5eub2.jpg" }, "5": { "fid": "5", "fname": "精选腕表腕表-DUFA-4", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202102/wan-biao/jing-xuan-wan-biao/dufa/51693gzsd0dyq5jx.jpg" }, "6": { "fid": "6", "fname": "精选腕表腕表-DUFA-5", "type": 2, "loc": 2, "src": "https://www.payititi.com/file/upload/202102/wan-biao/jing-xuan-wan-biao/dufa/51694hn12gw1b5lr.jpg" } }, "labeldata": { "2_I66UQvOV": { "vid": "2", "z": [], "xy": [ 2, 137.778, 181.333, 336.889, 377.778 ], "av": [] }, "3_kfzBKY0h": { "vid": "3", "z": [], "xy": [ 2, 229.333, 165.333, 367.111, 400.889 ], "av": [] }, "4_O9TK89Bs": { "vid": "4", "z": [], "xy": [ 2, 35.556, 19.556, 624, 748.444 ], "av": [] }, "5_PsARgTlG": { "vid": "5", "z": [], "xy": [ 2, 35.556, 99.556, 663.111, 588.444 ], "av": [] }, "6_1K21w0GX": { "vid": "6", "z": [], "xy": [ 2, 127.111, 62.222, 579.556, 660.445 ], "av": [] } }, "attribute": { "basicinformation": [ { "name": "精选腕表腕表-DUFA", "commoditymodel": "DF-9001-03", "producttype": "腕表", "productbrand": "精选腕表", "productseries": "DUFA", "classic": "是", "commoditybrand": "", "bandcolor": "", "dialcolor": "白色", "buckletype": "针扣", "movementname": "miyota", "diamondinlay": "" } ], "commoditymaterial": [ { "bucklematerial": "精钢", "casematerial": "精钢", "surfacemirrormaterial": "", "bandmaterial": "皮质", "bandcolor": "", "bottomsurface": "密底" } ], "populationcharacteristics": [ { "forpeople": "", "sex": "" } ], "dimensioninformation": [ { "tablediameter": "38mm", "length": "", "width": "", "height": "", "casethickness": "8.1mm" } ], "usecharacteristics": [ { "warrantypolicy": "全球联保", "specialfunctions": "", "waterproofperformance": "日常生活防水" } ], "marketinformation": [ { "referenceprice": "2080" } ], "productioninformation": [ { "productionaddress": "德国", "yearoflisting": "17年春夏" } ] } } }
错误代码 | 说明 |
---|---|
10001 | 成功 |
10004 | 未购买过数据 |
10005 | 数据集ID错误 |
10006 | KEY不正确 |
10012 | 系统内部异常,请重试 |
10013 | 通道请求超时 |
TagableDB数据库由北京帕伊提提科技有限公司所有,数据库中涉及的内容(包括但不限于文字、图像、视频、音频、文本等信息),均由我们及/或相关权利方单独或共同所有或被授权使用,并受著作权法和商标法等知识产权法律法规、中国签订的国际条约和其它相关法律、法规的保护。未经我们及/或相关权利方事先书面同意,购买用户请勿以任何方式复制、发行、出售、发表或以其它任何方式使用本网站之内容,您若需此方面的服务,请和本网站相关部门人员接洽。