24.08
|
#include <Descriptors.hpp>
Public Member Functions | |
DetectionPostProcessDescriptor () | |
bool | operator== (const DetectionPostProcessDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
uint32_t | m_MaxDetections |
Maximum numbers of detections. More... | |
uint32_t | m_MaxClassesPerDetection |
Maximum numbers of classes per detection, used in Fast NMS. More... | |
uint32_t | m_DetectionsPerClass |
Detections per classes, used in Regular NMS. More... | |
float | m_NmsScoreThreshold |
NMS score threshold. More... | |
float | m_NmsIouThreshold |
Intersection over union threshold. More... | |
uint32_t | m_NumClasses |
Number of classes. More... | |
bool | m_UseRegularNms |
Use Regular NMS. More... | |
float | m_ScaleX |
Center size encoding scale x. More... | |
float | m_ScaleY |
Center size encoding scale y. More... | |
float | m_ScaleW |
Center size encoding scale weight. More... | |
float | m_ScaleH |
Center size encoding scale height. More... | |
Definition at line 713 of file Descriptors.hpp.
|
inline |
Definition at line 715 of file Descriptors.hpp.
|
inline |
Definition at line 729 of file Descriptors.hpp.
References DetectionPostProcessDescriptor::m_DetectionsPerClass, DetectionPostProcessDescriptor::m_MaxClassesPerDetection, DetectionPostProcessDescriptor::m_MaxDetections, DetectionPostProcessDescriptor::m_NmsIouThreshold, DetectionPostProcessDescriptor::m_NmsScoreThreshold, DetectionPostProcessDescriptor::m_NumClasses, DetectionPostProcessDescriptor::m_ScaleH, DetectionPostProcessDescriptor::m_ScaleW, DetectionPostProcessDescriptor::m_ScaleX, DetectionPostProcessDescriptor::m_ScaleY, and DetectionPostProcessDescriptor::m_UseRegularNms.
uint32_t m_DetectionsPerClass |
Detections per classes, used in Regular NMS.
Definition at line 749 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
uint32_t m_MaxClassesPerDetection |
Maximum numbers of classes per detection, used in Fast NMS.
Definition at line 747 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessLayer::InferOutputShapes(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
uint32_t m_MaxDetections |
Maximum numbers of detections.
Definition at line 745 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessLayer::InferOutputShapes(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
float m_NmsIouThreshold |
Intersection over union threshold.
Definition at line 753 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize(), and DetectionPostProcessQueueDescriptor::Validate().
float m_NmsScoreThreshold |
NMS score threshold.
Definition at line 751 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
uint32_t m_NumClasses |
Number of classes.
Definition at line 755 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize(), and DetectionPostProcessQueueDescriptor::Validate().
float m_ScaleH |
Center size encoding scale height.
Definition at line 765 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
float m_ScaleW |
Center size encoding scale weight.
Definition at line 763 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
float m_ScaleX |
Center size encoding scale x.
Definition at line 759 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
float m_ScaleY |
Center size encoding scale y.
Definition at line 761 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
bool m_UseRegularNms |
Use Regular NMS.
Definition at line 757 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), armnn::MakeInfo(), DetectionPostProcessDescriptor::operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().