Deploy a People Counter at the Edge: Investigating different pre-trained models for person detection, and detect the number of people in the frame, and the time spent there. The people counter application also demonstrates how to create a smart video IoT solution using Intel® hardware and software tools. The app will detect people in a designated area, providing the number of people in the frame, average duration of people in frame, and total count. This Project I completed as a part of my Intel Edge AI for IOT Developers Nanodegree program by udacity.
The counter will use the Inference Engine included in the Intel® Distribution of OpenVINO™ Toolkit. The model used should be able to identify people in a video frame. The app should count the number of people in the current frame, the duration that a person is in the frame (time elapsed between entering and exiting a frame) and the total count of people. It then sends the data to a local web server using the Paho MQTT Python package.
Install Intel® Distribution of OpenVINO™ toolkit Install Nodejs and its dependencies Install npm MQTT Mosca server Node.js* Web server FFmpeg server
For more details about this project implementations part you can found on my GitHub repository with detailed instructions. Main.py and inference.py contains detailed code about the functioning of the application.
Thank You for showing interest and reading this Project based article!!!
Methodology / Approach
Hardware
- 6th to 10th generation Intel® Core™ processor with Iris® Pro graphics or Intel® HD Graphics.
- OR use of Intel® Neural Compute Stick 2 (NCS2)
Software
- Intel® Distribution of OpenVINO™ toolkit 2019 R3 release
- Node v6.17.1
- Npm v3.10.10
- CMake
- MQTT Mosca server
- Python 3.6
Comments
Post a Comment