Detect whether there is any abnormal behavior occurs
in the video surveillance. It's going to alert when it
happens.
git clone git@github.com:ShoupingShan/Abnormal-behavior-Detection.git
cd Abnormal-behavior-Detection
make
./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights -c 0
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