Enumerator |
---|
MULTI_CLASS_BOX | Any objects, bounding box based.
|
MULTI_CLASS_BOX_ACCURATE | Any objects, bounding box based.
|
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 objects, bounding box based.
|
HUMAN_BODY_MEDIUM | Keypoints based, specific to human skeleton, real time performance even on Jetson or low end GPU cards.
|
PERSON_HEAD_BOX | Bounding Box detector specialized in person heads, particulary well suited for crowded environement, the person localization is also improved
|
PERSON_HEAD_BOX_ACCURATE | Bounding Box detector specialized in person heads, particulary well suited for crowded environement, 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 disable the internal inference engine, the 2D bounding box detection must be provided
|