Public Attributes | List of all members
dai::DetectionParserOptions Struct Reference

#include <DetectionParserOptions.hpp>

Public Attributes

std::map< std::string, std::vector< int > > anchorMasks
 
std::vector< float > anchors
 
int classes
 YOLO specific network properties. More...
 
float confidenceThreshold
 
int coordinates
 
float iouThreshold
 
DetectionNetworkType nnFamily
 Generic Neural Network properties. More...
 

Detailed Description

DetectionParserOptions

Specifies how to parse output of detection networks

Definition at line 13 of file DetectionParserOptions.hpp.

Member Data Documentation

◆ anchorMasks

std::map<std::string, std::vector<int> > dai::DetectionParserOptions::anchorMasks

Definition at line 22 of file DetectionParserOptions.hpp.

◆ anchors

std::vector<float> dai::DetectionParserOptions::anchors

Definition at line 21 of file DetectionParserOptions.hpp.

◆ classes

int dai::DetectionParserOptions::classes

YOLO specific network properties.

Definition at line 19 of file DetectionParserOptions.hpp.

◆ confidenceThreshold

float dai::DetectionParserOptions::confidenceThreshold

Definition at line 16 of file DetectionParserOptions.hpp.

◆ coordinates

int dai::DetectionParserOptions::coordinates

Definition at line 20 of file DetectionParserOptions.hpp.

◆ iouThreshold

float dai::DetectionParserOptions::iouThreshold

Definition at line 23 of file DetectionParserOptions.hpp.

◆ nnFamily

DetectionNetworkType dai::DetectionParserOptions::nnFamily

Generic Neural Network properties.

Definition at line 15 of file DetectionParserOptions.hpp.


The documentation for this struct was generated from the following file:


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20