Skip to content

Simple script to detect humans on [Dahua] surveillance cameras, using Tensorflow object detection

Notifications You must be signed in to change notification settings

MarcFinns/HumanDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

HumanDetector

Simple script to detect humans on [Dahua] surveillance cameras and alert via telegram, using Tensorflow object detection

PREREQUISITES

sudo apt install python3-pip

pip3 install tensorflow

pip3 install matplotlib

pip3 install opencv-python

pip3 install telegram-send

pip3 install pillow

pip3 install --upgrade protobuf

sudo apt install protobuf-compiler

git clone https://github.com/tensorflow/models

PREPARE

cd models/research

protoc object_detection/protos/*.proto --python_out=.

cd models/research/object_detection

cp /humanDetector.py humanDetector.py

RUN

python3 humanDetector.py

About

Simple script to detect humans on [Dahua] surveillance cameras, using Tensorflow object detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages