DetectorPack PSIM uses the AI analytics based on neural networksneural network analytics. The following AI features are available on the basis of neural networks:
Neurotracker (see Neurotracker).
Neural Tracker Neurotracker detects only objects of a specified class using a neural network. The Neural Tracker Neurotracker is more accurate than the regular one, and detects even static objects, but it requires more computing resources.
AI Fire and Smoke and Fire detection (see Fire detection and Smoke detection).
Neural network detects fire and smoke in FOVa frame.
- AI Person Person location tracker (see Person location tracker).
AI-powered Posture Detection captures specific human poses that may Neural network determines each person's skeleton and detects poses that can represent a security threat. - Neurocounter (see Neurocounter).
Neural network counts the number of objects in a given specified area. - Sweethearting detection (see Sweethearting at checkout detection).
Neural network detects the theft of goods by cashiers who do not don't scan barcodes of some items at the checkout. - Equipment detection (see Equipment detection (PPE)).
Neural network divides the human body into segments, detects the equipment (PPE) on a given specified body segment, and checks its condition. Segmenting and classification neural networks are used to operate the Equipment detection (PPE).
The quality of work and the resource consumption of the AIneural network-based detection based detection tools directly depend on the optimization of the neural network model used.
Info |
---|
|
The file names for each neural network model depend on the device on which the neural network will operate: - If you intend to use a CPU or Intel GPU (integrated video core), then it is necessary to train the neural network file using the OpenVINO toolkit, and the name of the neural network file should must contain the _openvino substring at the end. For example, test1_openvino.ann.
- If you intend to use a an NVIDIA GPU (NVIDIA graphics processor), then then the name of the neural network file should contain only the name of the neural network. For example, test1.ann.
- If you intend to use the Intel NCS or Intel HDDL, then the name of the neural network file should must contain the _movidius substring at the end. For example, test1_movidius.ann.Also, there should be a file with the *.txt extension in the same directory as the neural network file with the *.ann extension. The *.txt file should have the same name as the *.ann file.
|
Before you start setting up configuring the AIneural network-based detection based detection tools, you should must contact the AxxonSoft technical support and request the model files of the trained neural networks. Technical support specialists will request the required data (see Data collection requirements for neural network training) and then provide the files for each neural network model. These files should must be distributed to all Servers where you plan to use the detection tools.
...