Lists available models for detection. More...
Lists available models for detection.
Enumerator | |
---|---|
MULTI_CLASS_BOX | Any object, bounding box based |
MULTI_CLASS_BOX_ACCURATE | Any object, bounding box based, more accurate but slower than the base model |
HUMAN_BODY_FAST | Keypoints based, specific to human skeleton, real time performance even on Jetson or low end GPU cards |
HUMAN_BODY_ACCURATE | Keypoints based, specific to human skeleton, state of the art accuracy, requires powerful GPU |
MULTI_CLASS_BOX_MEDIUM | Any object, bounding box based, compromise between accuracy and speed |
HUMAN_BODY_MEDIUM | Keypoints based, specific to human skeleton, compromise between accuracy and speed |
PERSON_HEAD_BOX | Bounding Box detector specialized in person heads, particulary well suited for crowded environments, the person localization is also improved |
PERSON_HEAD_BOX_ACCURATE | Bounding Box detector specialized in person heads, particulary well suited for crowded environments, the person localization is also improved, state of the art accuracy |
CUSTOM_BOX_OBJECTS | For external inference, using your own custom model and/or frameworks. This mode disables the internal inference engine, the 2D bounding box detection must be provided |