/Abnormal-behavior-Detection

Abnormal behavior detection in the video surveillance based on yolo darknet

Primary LanguageC

Abnormal behavior detection

Introduction

  Detect whether there is any abnormal behavior occurs
in the video surveillance. It's going to alert when it
happens.

Author

Platform

How to run

git clone git@github.com:ShoupingShan/Abnormal-behavior-Detection.git

cd Abnormal-behavior-Detection

make

wget https://pjreddie.com/media/files/yolo.weights

./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights -c 0

Attention

Makefile

This is what I use, uncomment if you know your arch and want to specify

ARCH= -gencode arch=compute_50,code=compute_50

demo.c

line 147 and line 154 Make sure you have placed your own path

Contact Us

shp395210@outlook.com