DetectionNetwork, base for different network specializations.
More...
#include <DetectionNetwork.hpp>
|
constexpr static const char * | NAME = "DetectionNetwork" |
|
DetectionNetwork, base for different network specializations.
Definition at line 20 of file DetectionNetwork.hpp.
◆ DetectionNetwork() [1/2]
DetectionNetwork::DetectionNetwork |
( |
const std::shared_ptr< PipelineImpl > & |
par, |
|
|
int64_t |
nodeId |
|
) |
| |
|
protected |
◆ DetectionNetwork() [2/2]
DetectionNetwork::DetectionNetwork |
( |
const std::shared_ptr< PipelineImpl > & |
par, |
|
|
int64_t |
nodeId, |
|
|
std::unique_ptr< Properties > |
props |
|
) |
| |
|
protected |
◆ getConfidenceThreshold()
float DetectionNetwork::getConfidenceThreshold |
( |
| ) |
const |
Retrieves threshold at which to filter the rest of the detections.
- Returns
- Detection confidence
Definition at line 28 of file DetectionNetwork.cpp.
◆ setConfidenceThreshold()
void DetectionNetwork::setConfidenceThreshold |
( |
float |
thresh | ) |
|
Specifies confidence threshold at which to filter the rest of the detections.
- Parameters
-
thresh | Detection confidence must be greater than specified threshold to be added to the list |
Definition at line 24 of file DetectionNetwork.cpp.
◆ NAME
constexpr static const char* dai::node::DetectionNetwork::NAME = "DetectionNetwork" |
|
staticconstexpr |
◆ out
◆ outNetwork
Output dai::node::DetectionNetwork::outNetwork {*this, "outNetwork", Output::Type::MSender, {{DatatypeEnum::NNData, false}}} |
The documentation for this class was generated from the following files: