{
"id": "GSF_ID_SVP_MODEL",
"op": "G0C0S0"
}
curl --location --request POST 'http://192.168.0.168/api/intelligent/model' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_SVP_MODEL",
"op": "G0C0S0"
}'
{
"code": 0,
"data": {
"count": 1,
"vec": [
{
"enable": 1,
"idx": 0,
"type": "Helmet Detection",
"filename": "Model_Helmet2_V211_P_404e382c7d8f2a4da07cc97180f4e56b.bovai",
"signature": "bovatech",
"version": "v2.1.1",
"packed": true,
"entrance": 3,
"labels": {
"count": 2,
"vec": [
{
"idx": 0,
"name": "nohelmet",
"alias": "人头",
"fg_color": 33488896,
"bg_color": 16842496,
"flag": 255,
"entry_idx": 1,
"crowd_idx": 1
},
{
"idx": 1,
"name": "helmet",
"alias": "",
"fg_color": 33488896,
"bg_color": 16842496,
"flag": 255,
"entry_idx": 0,
"crowd_idx": 1
}
]
},
"isize": [
512,
512
],
"bsize": "8d3a50"
}
]
}
}