|
25.11
|
#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. | |
| uint32_t | m_MaxClassesPerDetection |
| Maximum numbers of classes per detection, used in Fast NMS. | |
| uint32_t | m_DetectionsPerClass |
| Detections per classes, used in Regular NMS. | |
| float | m_NmsScoreThreshold |
| NMS score threshold. | |
| float | m_NmsIouThreshold |
| Intersection over union threshold. | |
| uint32_t | m_NumClasses |
| Number of classes. | |
| bool | m_UseRegularNms |
| Use Regular NMS. | |
| float | m_ScaleX |
| Center size encoding scale x. | |
| float | m_ScaleY |
| Center size encoding scale y. | |
| float | m_ScaleW |
| Center size encoding scale weight. | |
| float | m_ScaleH |
| Center size encoding scale height. | |
Definition at line 713 of file Descriptors.hpp.
|
inline |
Definition at line 715 of file Descriptors.hpp.
References m_DetectionsPerClass, m_MaxClassesPerDetection, m_MaxDetections, m_NmsIouThreshold, m_NmsScoreThreshold, m_NumClasses, m_ScaleH, m_ScaleW, m_ScaleX, m_ScaleY, and m_UseRegularNms.
Referenced by operator==().
|
inline |
Definition at line 729 of file Descriptors.hpp.
References DetectionPostProcessDescriptor(), m_DetectionsPerClass, m_MaxClassesPerDetection, m_MaxDetections, m_NmsIouThreshold, m_NmsScoreThreshold, m_NumClasses, m_ScaleH, m_ScaleW, m_ScaleX, m_ScaleY, and 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(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), 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(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), 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(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
| float m_NmsIouThreshold |
Intersection over union threshold.
Definition at line 753 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
| float m_NmsScoreThreshold |
NMS score threshold.
Definition at line 751 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
| uint32_t m_NumClasses |
Number of classes.
Definition at line 755 of file Descriptors.hpp.
Referenced by armnn::DetectionPostProcess(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().
| 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(), DetectionPostProcessDescriptor(), armnn::MakeInfo(), operator==(), and StringifyLayerParameters< DetectionPostProcessDescriptor >::Serialize().