Enums¶
Details¶
- class GstAnalytics.SegmentationType(value)¶
 Bases:
GLib.EnumEnum value describing supported segmentation type
New in version 1.26.
- SEMANTIC = 0¶
 Segmentation where the belonging of each pixel to a class of objects is identified.
- INSTANCE = 1¶
 Segmentation where the belonging of each pixel to instance of an object is identified.
- class GstAnalytics.TensorDataType(value)¶
 Bases:
GLib.EnumDescribe the type of data contain in the tensor.
New in version 1.26.
- INT4 = 0¶
 signed 4 bit integer tensor data
- INT8 = 1¶
 signed 8 bit integer tensor data
- FLOAT16 = 10¶
 16 bit floating point tensor data
- FLOAT32 = 11¶
 32 bit floating point tensor data
- FLOAT64 = 12¶
 64 bit floating point tensor data
- BFLOAT16 = 13¶
 “brain” 16 bit floating point tensor data
- INT16 = 2¶
 signed 16 bit integer tensor data
- INT32 = 3¶
 signed 32 bit integer tensor data
- INT64 = 4¶
 signed 64 bit integer tensor data
- UINT4 = 5¶
 unsigned 4 bit integer tensor data
- UINT8 = 6¶
 unsigned 8 bit integer tensor data
- UINT16 = 7¶
 unsigned 16 bit integer tensor data
- UINT32 = 8¶
 unsigned 32 bit integer tensor data
- UINT64 = 9¶
 unsigned 64 bit integer tensor data