1 Star 0 Fork 1

ApulisPlatform / model-gallery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
infer-schema.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
wscjxky 提交于 2021-06-25 11:14 . update manifest
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"*platform": {
"type": "string"
},
"tag": {
"type": "string"
},
"props": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"default": {
"type": "string"
},
"required": {
"type": "boolean"
},
"desc": {
"type": "string"
},
"editable": {
"type": "boolean"
}
},
"required": [
"name",
"type",
"default",
"required",
"desc",
"editable"
]
},
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"default": {
"type": "string"
},
"required": {
"type": "boolean"
},
"desc": {
"type": "string"
},
"editable": {
"type": "boolean"
}
},
"required": [
"name",
"type",
"default",
"required",
"desc",
"editable"
]
}
]
},
"center": {
"type": "object",
"properties": {
"*framework": {
"type": "string"
},
"inference_model": {
"type": "string"
},
"engine": {
"type": "string"
},
"*device_type": {
"type": "string"
},
"*device_model": {
"type": "string"
}
},
"required": [
"*framework",
"inference_model",
"engine",
"*device_type",
"*device_model"
]
},
"edge": {
"type": "object",
"properties": {
"*framework": {
"type": "string"
},
"inference_model": {
"type": "string"
},
"engine": {
"type": "string"
},
"*device_type": {
"type": "string"
},
"*device_model": {
"type": "string"
}
},
"required": [
"*framework",
"inference_model",
"engine",
"*device_type",
"*device_model"
]
}
},
"required": [
"*platform",
"tag",
"props",
"center",
"edge"
]
}
1
https://gitee.com/apulisplatform/model-gallery.git
git@gitee.com:apulisplatform/model-gallery.git
apulisplatform
model-gallery
model-gallery
v1.6.0

搜索帮助