Base | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | private |
clone() const override | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | inline |
Derived | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | private |
getAnchorMasks() const | dai::node::YoloSpatialDetectionNetwork | |
getAnchors() const | dai::node::YoloSpatialDetectionNetwork | |
getCoordinateSize() const | dai::node::YoloSpatialDetectionNetwork | |
getIouThreshold() const | dai::node::YoloSpatialDetectionNetwork | |
getName() const override | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | inline |
getNumClasses() const | dai::node::YoloSpatialDetectionNetwork | |
NodeCRTP(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | inlineprivate |
NodeCRTP(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | inlineprivate |
properties | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | |
Properties typedef | dai::NodeCRTP< SpatialDetectionNetwork, YoloSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | |
setAnchorMasks(std::map< std::string, std::vector< int >> anchorMasks) | dai::node::YoloSpatialDetectionNetwork | |
setAnchors(std::vector< float > anchors) | dai::node::YoloSpatialDetectionNetwork | |
setCoordinateSize(const int coordinates) | dai::node::YoloSpatialDetectionNetwork | |
setIouThreshold(float thresh) | dai::node::YoloSpatialDetectionNetwork | |
setNumClasses(const int numClasses) | dai::node::YoloSpatialDetectionNetwork | |
YoloSpatialDetectionNetwork(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | dai::node::YoloSpatialDetectionNetwork | |