Toolbox Data Models

The publication and consumption of NGSI entities are done following the data models defined in the Toolbox. Their specifications can be found here. To facilitate the management of this data, a set of Python classes is provided as well.

The developed data models are listed here:

Name

Description

Specification

Python class

Face

Store information about some inferred attributes about a Face

schema.json

Face.py

InstanceSegmentation

Store information about a segmented object in an image

schema.json

InstanceSegmentation.py

PersonKeyPoints

Store the position of different body parts within an image

schema.json

PersonKeyPoints.py

Image

Stores information about an uploaded image

schema.json

Image.py