#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... | |
Specifies how to parse output of detection networks
Definition at line 13 of file DetectionParserOptions.hpp.
std::map<std::string, std::vector<int> > dai::DetectionParserOptions::anchorMasks |
Definition at line 22 of file DetectionParserOptions.hpp.
std::vector<float> dai::DetectionParserOptions::anchors |
Definition at line 21 of file DetectionParserOptions.hpp.
int dai::DetectionParserOptions::classes |
YOLO specific network properties.
Definition at line 19 of file DetectionParserOptions.hpp.
float dai::DetectionParserOptions::confidenceThreshold |
Definition at line 16 of file DetectionParserOptions.hpp.
int dai::DetectionParserOptions::coordinates |
Definition at line 20 of file DetectionParserOptions.hpp.
float dai::DetectionParserOptions::iouThreshold |
Definition at line 23 of file DetectionParserOptions.hpp.
DetectionNetworkType dai::DetectionParserOptions::nnFamily |
Generic Neural Network properties.
Definition at line 15 of file DetectionParserOptions.hpp.