Struct DetectionParserProperties

Inheritance Relationships

Base Type

Struct Documentation

struct DetectionParserProperties : public dai::PropertiesSerializable<Properties, DetectionParserProperties>

Specify properties for DetectionParser

Public Functions

~DetectionParserProperties() override

Public Members

int numFramesPool = 8

Num frames in output pool.

std::unordered_map<std::string, TensorInfo> networkInputs

Network inputs.

DetectionParserOptions parser

Options for parser.