contexts
#Schema
Example
"contexts": {
"ae379bbe-c173-11ed-afa1-0242ac120002": {
"name": "enviroment_0",
"type": "enviroment",
"frame_intervals": [{"frame_start": 0, "frame_end": 0}],
"context_data_pointers": {
"weather": {
"type": "vec",
"frame_intervals": [{"frame_start": 0, "frame_end": 0}],
"attributes": {
"probability": "vec"
}
},
"temperature": {
"type": "num",
"frame_intervals": [{"frame_start": 0, "frame_end": 0}],
}
}
}, // Place the items that need to participate in model training, such as classification categories.
"5019ccb4-14b8-443f-9382-664c553c88f3": {
"frame_intervals": [{"frame_start": 0, "frame_end": 0}],
"name": "*tagging01",
"context_data_pointers": {
"Inroom": {
"type": "boolean",
"frame_intervals": [{"frame_start": 0, "frame_end": 0}]
}
},
"type": "*tagging"
}, // Tagging type: Place any other items that do not need to participate in model training. This is a dynamic example.
"5019ccb4-14b8-443f-9382-664c553c88f5": {
"context_data": {
"text": [{
"name": "note",
"val": "this is a note of static info"
}]
},
"frame_intervals": [{"frame_start": 0, "frame_end": 0}],
"name": "*tagging02",
"context_data_pointers": {
"note": {
"type": "text",
"frame_intervals": [{"frame_start": 0, "frame_end": 0}]
}
},
"type": "*tagging"
}, //Tagging type: Place any other items that do not need to participate in model training. This is a static example. Static items remain consistent within this sequence and do not change with different frames or sensors.
"d4af429c-c173-11ed-afa1-0242ac120002": { ... }
}contexts {}
name
description
typre
required
frame_intervals {}
name
description
type
required
context_data {}
name
description
type
required
context_data_pointers {}
name
description
type
required
Use Case
Classification
Tagging
Last updated