The Person location tracker
...
is the detector for tracking the human location on the video image using the neural network, which allows reducing the
...
computational load and improving the detection quality. The Person location tracker allows detecting the human pose and generating the corresponding event.
On You can create the Pose detection object on the basis of the the Person location tracker, the Pose detection objects can be created including the following detectionsdetectors:
- Sitting person detection — the detection triggers detection—the detector generates an event when a sitting human person is found in the frame.
- Recumbent person detection — the detection triggers detection—the detector generates an event when a recumbent human person is found in the frame.
- Hands up detection — the detection triggers -up detection—the detector generates an event when a human person with one or two hands raised is found in the frame. The hand is considered to be raised if the a forearm is parallel to the backbone.Active shooter detection — the detection triggers when a human reaching his/her hand forward parallel to the ground is found in the frame.
- Person detection — the detection triggers detection—the detector generates an event when any pose of a human person is found in the frame.
- Close-standing people detection — the detection triggers if the distance between two people is less than specified.detection—the detector generates an event if people are at a close distance in the frame.
You can create the Shooter detection object on the basis of the Person location tracker, including the following detector:
- Shooter detection—the detector generates an event when there is a human in the frame who reaches their hand forward parallel to the ground.