Skip to content

Alicegaz/CrimeCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A secure Video Management System for crime detection and tracking

First run on Linux

Requirements

The basic dependency is Anaconda, so install it.

pip install opencv-python   # or https://docs.opencv.org/3.4/d7/d9f/tutorial_linux_install.html
pip install dlib    # or http://dlib.net/compile.html

Getting started

git clone https://github.com/Alicegaz/CrimeCamera.git
chmod +x ./download_models.sh
./download_models.sh

Download data and additional descriptors data from Google Drive.
Move the data's content into existing data folder. Do the same with the descriptorss content.

Running

From project root run:

cd gui/
python gui/window.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published