Here are
71 public repositories
matching this topic...
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
Updated
Nov 25, 2021
Python
Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
Updated
Dec 19, 2021
Python
Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
People Counting in Real-Time with an IP camera.
Updated
Aug 4, 2021
Python
Monitoring Foot Traffic over IP Webcams with ML
Updated
Jul 24, 2018
Jupyter Notebook
Tensorflow implementation of crowd counting using CNNs from overhead surveillance cameras.
Updated
Oct 12, 2021
Python
People counting algorithm using an overhead video camera
Code for a cheap people counter based on VL53L1X sensor and ESP32/8266
Google Analytics for the real world.
Updated
Aug 13, 2021
JavaScript
A combination between people tracking and age and gender detection
Updated
Oct 12, 2021
Python
A reliable smart home people counter based on VL53L1X and ESPHome
MobileNetV1-SSD + SORT based Real-Time Tracking and Counting on Jetson Nano
Updated
Aug 12, 2021
Python
Counts number of people passing through a user-generated Region of Interest
Updated
Apr 4, 2019
Python
Social distance monitoring in real-time with an IP camera. Optimized for better performance with threading.
Updated
May 22, 2021
Python
A Real-Time People Counting Algorithm using Ultrasonic Sensors
Updated
Jun 5, 2017
Arduino
Official repository for the paper "Deploying a smart queuing system on edge with Intel OpenVINO toolkit" [Springer-2021]
Updated
Jun 9, 2020
JavaScript
The people counter application 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 is a part of Intel Edge AI for IOT Developers Nanodegree program by udacity.
Updated
Oct 6, 2021
JavaScript
Detect people from video/camera using OpenCV
Updated
Feb 25, 2018
Python
covid19-people-counter-system is a plug&play system to setup a real-time queue lenght counter in less then 5 minutes
Updated
Oct 6, 2021
TypeScript
People counter app is used for monitoring people at specific area.
Updated
Oct 6, 2021
JavaScript
Updated
May 9, 2018
Python
Smart video IoT solution using Intel® hardware and software tools
Updated
May 10, 2020
Python
Investigate different pre-trained models for person detection, and detect the number of people in the frame, and the time spent there.
https://youtu.be/PxbYqBZgbQE
Updated
Jun 28, 2020
Python
WaterFilling and Multi Level Segmentation algorithms for people counting systems using RGB-D data
Opencv MOG people counter
Updated
Jun 2, 2019
Python
OpenVINO Python sample program - Face detection, People detection, Age/gender estimation, Pose estimation
Updated
Jul 12, 2021
Python
Development of an hardware accelerated pattern recognition image processing system.
People Counter Based on Pyimagesearch Source Code with modified for Export to Excel File
Updated
Oct 14, 2021
Jupyter Notebook
Improve this page
Add a description, image, and links to the
people-counter
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
people-counter
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
./darknet detector demo cfg/coco.data cfg/yolov2.cfg yolo.weights -prefix 0
Give me error message saying like cannot load image "data/labels/126_1.png"
then showing a static image. What am I missing?