Select Language

AI社区

TagableDB

宗教建筑数据集3

    基础信息:

  • 数据集ID:73686
  • 分类ID:12528
  • 数据集版本:V1.0
  • 图像数量:20

    数据特征:

  • 标注类型:2D矩形框
  • 数据集格式:JSON
  • 准确率:99.999%
  • Label数量:30
  • Label特点:API动态更新
立即购买
0
注-数据集使用方式:
1、支持数据集下载,本地化应用。(不支持Attribute动态更新)
2、支持远程调用,通过API进行调用。(支持Attribute动态更新,attribute更新后通过API即可获取)

TagableDB浏览完毕

重新浏览








JSON数据字段描述

属性 字段名 概述 示例
project
(项目基础信息)
pid 项目ID "project": {
"pid": "pytt_project_14", //项目ID
"categoryid": "555", //项目分类ID
"name": "演示数据", //项目名称
"creator": "uci-edu", //创建者
"created": 1630115179637, //创建时间
"vid_list": ["2"]//图像列表ID
},
categoryid 数据分类ID
name 项目名称
creator 创建者
created 创建时间
vid_list 图像列表
attribute
(属性)
aname 属性名称 "attribute": {
"2": {//属性ID
"aname": "color", //属性名称
"anchor_id": "FILE1_Z0_XY0",//描点ID
"type": 3, //属性类型
"desc": "图像的颜色", //属性描述
"options": {//属性选项
"0": "白色",
"1": "紫色"
},
"default_option_id": ""  //默认选项ID
}
},
anchor_id 描点ID
type 类型
desc 属性描述
options 属性选项
default_option_id 默认选项ID
file
(数据列表)
fid 图像ID "file": {
"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 文件路径
metadata
(标注源数据)
vid 图像ID "metadata": {
  "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 属性数据
config
(配置信息)
file 文件列表 "config": {
"file": {//图像列表ID
"loc_prefix": {"2": ""}
},
"ui": {//图像显示设置
"file_content_align": "center",
"file_metadata_editor_visible": true,
"spatial_metadata_editor_visible": true
}
},
ui 图像显示设置
view
(视图信息)
fid_list 文件视列表 "view": {
"2": {
"fid_list": [2]//图像列表ID
}
}

JSON数据示例:

   {
    "project": {
        "pid": "pytt_project_14", 
"categoryid": "555", 
        "name": "演示数据", 
        "creator": "uci-edu", 
        "created": 1630115179637, 
        "vid_list": [
            "2"
        ]
    }, 
    "config": {
        "file": {
            "loc_prefix": {
                "2": ""
            }
        }, 
        "ui": {
            "file_content_align": "center", 
            "file_metadata_editor_visible": true, 
            "spatial_metadata_editor_visible": true
        }
    }, 
    "attribute": {
        "1": {
            "aname": "name", 
            "anchor_id": "FILE1_Z0_XY0", 
            "type": 1, 
            "desc": "图像的名称", 
            "options": { }, 
            "default_option_id": ""
        }, 
        "2": {
            "aname": "color", 
            "anchor_id": "FILE1_Z0_XY0", 
            "type": 3, 
            "desc": "图像的颜色", 
            "options": {
                "0": "白色", 
                "1": "紫色"
            }, 
            "default_option_id": ""
        }
    }, 
    "file": {
        "2": {
            "fid": "2", 
            "fname": "演示数据-1", 
            "type": 2, 
            "loc": 2, 
            "src": "https://www.payititi.com/file/upload/202108/28/0945515861.png"
        }
    }, 
    "metadata": {
        "2_U4YIzGUM": {
            "vid": "2", 
            "z": [ ], 
            "xy": [
                2, 
                51.519, 
                11.028, 
                91.186, 
                83.121
            ], 
            "av": { }
        }, 
        "2_75jWTx8O": {
            "vid": "2", 
            "z": [ ], 
            "xy": [ ], 
            "av": {
                "1": "图标"
            }
        }
    }, 
    "view": {
        "2": {
            "fid_list": [
                2
            ]
        }
    }
}
错误代码 说明
10001 成功
10004 未购买过数据
10005 数据集ID错误
10006 KEY不正确
10012 系统内部异常,请重试
10013 通道请求超时